回答編集履歴

1

修正

2020/10/14 12:31

投稿

technocore
technocore

スコア7245

test CHANGED
@@ -24,11 +24,9 @@
24
24
 
25
25
  fig, axes = plt.subplots(2, 2, figsize=(10, 8), sharex=True, sharey=True)
26
26
 
27
- ol=0)
27
+
28
28
 
29
29
  data = pd.read_csv('0vxvy.csv', index_col=0)
30
-
31
-
32
30
 
33
31
  data = data.iloc[20:60, 20:60] # まわりの範囲を省略
34
32