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.
TimedAnimation
1 parent 471e079 commit 38ae531Copy full SHA for 38ae531
1 file changed
lib/matplotlib/animation.py
@@ -853,10 +853,7 @@ def finish(self):
853
854
class Animation:
855
"""
856
- A base class for Animations.
857
-
858
- This class is not usable as is, and should be subclassed to provide needed
859
- behavior.
+ Abstract base class for Animations.
860
861
.. note::
862
@@ -1425,6 +1422,11 @@ class TimedAnimation(Animation):
1425
1422
1426
1423
A new frame is drawn every *interval* milliseconds.
1427
1424
+ .. warning::
+
+ This class is not usable as is, and should be subclassed to provide needed
1428
+ behavior.
1429
1430
1431
1432
You must store the created Animation in a variable that lives as long
0 commit comments