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.
1 parent 9830a70 commit dd2edf0Copy full SHA for dd2edf0
matplotlib/interactive_plotting.py
@@ -2,7 +2,8 @@
2
option: just redrawing different things on the same figure at a given interval.
3
4
Alternatives to this require a timer or an instance of the animation subpackage
5
-in MPL.
+in MPL. See animation_demo.py for the timer and animation_demo and
6
+matplotlib.animation and animation_demo*.py for the animation subpackage.
7
8
Note: this should be run outside of ipython, to avoid interference.
9
"""
0 commit comments