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 5d0a4f5 commit 1b8b25bCopy full SHA for 1b8b25b
1 file changed
lib/matplotlib/animation.py
@@ -1425,6 +1425,9 @@ class TimedAnimation(Animation):
1425
1426
A new frame is drawn every *interval* milliseconds.
1427
1428
+ This class is not usable as is, and should be subclassed to provide needed
1429
+ behavior.
1430
+
1431
.. note::
1432
1433
You must store the created Animation in a variable that lives as long
0 commit comments