Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b8b25b

Browse files
committed
Document that TimedAnimation should not be used
This copies the text from `Animation`. Fixes #30831
1 parent 5d0a4f5 commit 1b8b25b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/matplotlib/animation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,6 +1425,9 @@ class TimedAnimation(Animation):
14251425
14261426
A new frame is drawn every *interval* milliseconds.
14271427
1428+
This class is not usable as is, and should be subclassed to provide needed
1429+
behavior.
1430+
14281431
.. note::
14291432
14301433
You must store the created Animation in a variable that lives as long

0 commit comments

Comments
 (0)