Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001ece8 commit 8112d55Copy full SHA for 8112d55
1 file changed
examples/animation/animate_decay.py
@@ -50,5 +50,5 @@ def run(data):
50
51
return line,
52
53
-ani = animation.FuncAnimation(fig, run, data_gen, interval=10, init_func=init)
+ani = animation.FuncAnimation(fig, run, data_gen, interval=100, init_func=init)
54
plt.show()
0 commit comments