Skip to content

Commit 762070b

Browse files
committed
Merge pull request #2763 from mdboom/remove-clear-temp
double_pendulum_animated.py in 1.2.1 fails due to clear_temp kwarg
2 parents 6ab156f + 32b4b2c commit 762070b

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)