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 c16d2c2 commit 32b4b2cCopy full SHA for 32b4b2c
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