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 c6e105fCopy full SHA for c6e105f
1 file changed
lib/matplotlib/animation.py
@@ -855,8 +855,10 @@ 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.
+ .. warning::
+
860
+ This class is not usable as is, and should be subclassed to provide needed
861
+ behavior.
862
863
.. note::
864
@@ -1425,6 +1427,11 @@ class TimedAnimation(Animation):
1425
1427
1426
1428
A new frame is drawn every *interval* milliseconds.
1429
1430
1431
1432
1433
1434
1435
1436
1437
You must store the created Animation in a variable that lives as long
0 commit comments