質問編集履歴

1

コードが見づらい状態だったので、アドバイスいただいた方法で修正いたしました。

2021/01/08 04:59

投稿

akimaru0316
akimaru0316

スコア1

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ### 該当のソースコード
14
14
 
15
-
15
+ ```Python
16
16
 
17
17
  import matplotlib.pyplot as plt
18
18
 
@@ -214,7 +214,9 @@
214
214
 
215
215
  anm.save('animation.gif', writer='pillow')
216
216
 
217
- plt.show() # graph plot
217
+ plt.show() #animation
218
+
219
+ ```
218
220
 
219
221
 
220
222