質問編集履歴
1
ライブラリを書き忘れたので追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -29,6 +29,14 @@
|
|
29
29
|
|
30
30
|
|
31
31
|
```Python
|
32
|
+
|
33
|
+
import numpy as np
|
34
|
+
|
35
|
+
import matplotlib
|
36
|
+
|
37
|
+
import matplotlib.pyplot as plt
|
38
|
+
|
39
|
+
|
32
40
|
|
33
41
|
x = np.array([i for i in range(1,10)])
|
34
42
|
|