Skip to content

Commit dd2edf0

Browse files
author
Jonathan Rocher
committed
Added comments.
1 parent 9830a70 commit dd2edf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

matplotlib/interactive_plotting.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
option: just redrawing different things on the same figure at a given interval.
33
44
Alternatives to this require a timer or an instance of the animation subpackage
5-
in MPL.
5+
in MPL. See animation_demo.py for the timer and animation_demo and
6+
matplotlib.animation and animation_demo*.py for the animation subpackage.
67
78
Note: this should be run outside of ipython, to avoid interference.
89
"""

0 commit comments

Comments
 (0)