We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ab156f + 32b4b2c commit 762070bCopy full SHA for 762070b
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