質問編集履歴
1
```python の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
```python
|
1
2
|
# リスト 4-5-(1)
|
2
3
|
import numpy as np
|
3
4
|
import matplotlib.pyplot as plt
|
@@ -70,6 +71,7 @@
|
|
70
71
|
Ax.set_ylabel('$x_1$', fontsize=14)
|
71
72
|
Ax.view_init(40, -100)
|
72
73
|
plt.show()
|
74
|
+
```
|
73
75
|
#-----------------------------------------------
|
74
76
|
# 実行すると以下のようなエラーが出てその原因が分かりません。
|
75
77
|
|