質問編集履歴

1

遅れてしまい申し訳ございません。<code>ボタンを導入し修正を行いました。

2018/12/07 11:37

投稿

fdd
fdd

スコア28

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,10 @@
9
9
 
10
10
 
11
11
  発生している問題・エラーメッセージ
12
+
13
+ ```
14
+
15
+ コード
12
16
 
13
17
  File "<ipython-input-15-efaf5bea8b9b>", line 1, in <module>
14
18
 
@@ -36,13 +40,15 @@
36
40
 
37
41
  IndexError: index 0 is out of bounds for axis 0 with size 0
38
42
 
43
+ ```
44
+
39
45
 
40
46
 
41
47
  
42
48
 
49
+ 該当のソースコード
43
50
 
44
-
45
- 該当のソースコード
51
+ ```python
46
52
 
47
53
  import matplotlib.pyplot as plt
48
54
 
@@ -72,6 +78,18 @@
72
78
 
73
79
  plt.show()
74
80
 
81
+ ```
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
75
93
 
76
94
 
77
95
  試したこと