質問編集履歴
1
エラー文差し替え
title
CHANGED
File without changes
|
body
CHANGED
@@ -42,8 +42,8 @@
|
|
42
42
|
### エラーメッセージ
|
43
43
|
```
|
44
44
|
Traceback (most recent call last):
|
45
|
-
File "
|
45
|
+
File "csv_3D_test.py", line 12, in <module>
|
46
|
-
ax.set_zlim(
|
46
|
+
ax.set_zlim(100, 110) # z軸の表示範囲
|
47
47
|
AttributeError: 'AxesSubplot' object has no attribute 'set_zlim'
|
48
48
|
```
|
49
49
|
|