8000
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 397e79e + e7b4cdb commit 4a85eb5Copy full SHA for 4a85eb5
examples/animation/double_pendulum_sgskip.py
@@ -95,5 +95,5 @@ def animate(i):
95
96
97
ani = animation.FuncAnimation(fig, animate, range(1, len(y)),
98
- interval=25, blit=True, init_func=init)
+ interval=dt*1000, blit=True, init_func=init)
99
plt.show()
0 commit comments