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 1a97bf8Copy full SHA for 1a97bf8
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
@@ -1421,7 +1418,7 @@ def resume(self):
1421
1418
1422
1419
class TimedAnimation(Animation):
1423
1420
1424
- `Animation` subclass for time-based animation.
+ Abstract `Animation` subclass for time-based animation.
1425
1426
A new frame is drawn every *interval* milliseconds.
1427
0 commit comments