8000 added entry to doc/users/next_whats_new/ · matplotlib/matplotlib@be90cb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit be90cb7

Browse files
committed
added entry to doc/users/next_whats_new/
1 parent 8d84206 commit be90cb7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0