質問編集履歴

1

少し追加

2017/08/26 09:17

投稿

zinzin5210
zinzin5210

スコア10

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,8 @@
7
7
  ある1つのpythonプログラムを動かしたいのですが、
8
8
 
9
9
  import matplotlib.pyplot as plt
10
+
11
+ import numpy as np
10
12
 
11
13
  が原因でエラーとなり動きません。
12
14
 
@@ -48,6 +50,8 @@
48
50
 
49
51
  ```ここに言語を入力
50
52
 
53
+ import numpy as np
54
+
51
55
  import matplotlib.pyplot as plt
52
56
 
53
57