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.
2 parents 6ab156f + 32b4b2c commit 762070bCopy full SHA for 762070b
1 file changed
examples/animation/double_pendulum_animated.py
@@ -84,5 +84,5 @@ def animate(i):
84
ani = animation.FuncAnimation(fig, animate, np.arange(1, len(y)),
85
interval=25, blit=True, init_func=init)
86
87
-#ani.save('double_pendulum.mp4', fps=15, clear_temp=True)
+#ani.save('double_pendulum.mp4', fps=15)
88
plt.show()
0 commit comments