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 8d84206 commit be90cb7Copy full SHA for be90cb7
1 file changed
doc/users/next_whats_new/pausing_animations.rst
@@ -0,0 +1,7 @@
1
+Pausing and Resuming Animations
2
+-------------------------------
3
+We have added public `pause()` and `resume()` methods to the base
4
+matplotlib.animation.Animation class that allows you to, well, pause
5
+and resume animations. These methods can be used as callbacks for event
6
+listeners on UI elements so that your plots can have some playback
7
+control UI.
0 commit comments