質問編集履歴

1

エラー文差し替え

2020/10/09 11:22

投稿

Male_soprano
Male_soprano

スコア10

test CHANGED
File without changes
test CHANGED
@@ -86,9 +86,9 @@
86
86
 
87
87
  Traceback (most recent call last):
88
88
 
89
- File "csv_3D.py", line 12, in <module>
89
+ File "csv_3D_test.py", line 12, in <module>
90
90
 
91
- ax.set_zlim(8, 12) # z軸の表示範囲
91
+ ax.set_zlim(100, 110) # z軸の表示範囲
92
92
 
93
93
  AttributeError: 'AxesSubplot' object has no attribute 'set_zlim'
94
94