File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11361136 "matplotlib.animation.ArtistAnimation.to_jshtml" : [
11371137 " doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:21:<autosummary>:1"
11381138 ],
1139+ "matplotlib.animation.ArtistAnimation.pause" : [
1140+ " doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:23:<autosummary>:1"
1141+ ],
1142+ "matplotlib.animation.ArtistAnimation.resume" : [
1143+ " doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:23:<autosummary>:1"
1144+ ],
11391145 "matplotlib.animation.FFMpegFileWriter.args_key" : [
11401146 " lib/matplotlib/animation.py:docstring of matplotlib.animation.FFMpegFileWriter.supported_formats:1:<autosummary>:1"
11411147 ],
12351241 "matplotlib.animation.FuncAnimation.to_jshtml" : [
12361242 " lib/matplotlib/animation.py:docstring of matplotlib.animation.FuncAnimation.new_frame_seq:1:<autosummary>:1"
12371243 ],
1244+ "matplotlib.animation.FuncAnimation.pause" : [
1245+ " doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:23:<autosummary>:1"
1246+ ],
1247+ "matplotlib.animation.FuncAnimation.resume" : [
1248+ " doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:23:<autosummary>:1"
1249+ ],
12381250 "matplotlib.animation.HTMLWriter.bin_path" : [
12391251 " doc/api/_as_gen/matplotlib.animation.HTMLWriter.rst:28:<autosummary>:1"
12401252 ],
Original file line number Diff line number Diff line change @@ -43,5 +43,5 @@ def update(self, i):
4343 return (self .p ,)
4444
4545
46- PauseAnimation ()
46+ pa = PauseAnimation ()
4747plt .show ()
You can’t perform that action at this time.
0 commit comments