回答編集履歴
1
d
answer
CHANGED
@@ -31,5 +31,5 @@
|
|
31
31
|
# 10msごとにplot関数を呼び出してアニメーションを作成
|
32
32
|
ani = animation.FuncAnimation(fig, plot, interval=100)
|
33
33
|
# ani.save('sample2.gif', writer='imagemagick')
|
34
|
-
HTML(ani.
|
34
|
+
HTML(ani.to_jshtml())
|
35
35
|
```
|