Skip to content

Commit 32b4b2c

Browse files
committed
Remove clear_temp from ani.save call
1 parent c16d2c2 commit 32b4b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animation/double_pendulum_animated.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ def animate(i):
8484
ani = animation.FuncAnimation(fig, animate, np.arange(1, len(y)),
8585
interval=25, blit=True, init_func=init)
8686

87-
#ani.save('double_pendulum.mp4', fps=15, clear_temp=True)
87+
#ani.save('double_pendulum.mp4', fps=15)
8888
plt.show()

0 commit comments

Comments
 (0)