File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1136
1136
"matplotlib.animation.ArtistAnimation.to_jshtml" : [
1137
1137
" doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:21:<autosummary>:1"
1138
1138
],
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
+ ],
1139
1145
"matplotlib.animation.FFMpegFileWriter.args_key" : [
1140
1146
" lib/matplotlib/animation.py:docstring of matplotlib.animation.FFMpegFileWriter.supported_formats:1:<autosummary>:1"
1141
1147
],
1235
1241
"matplotlib.animation.FuncAnimation.to_jshtml" : [
1236
1242
" lib/matplotlib/animation.py:docstring of matplotlib.animation.FuncAnimation.new_frame_seq:1:<autosummary>:1"
1237
1243
],
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
+ ],
1238
1250
"matplotlib.animation.HTMLWriter.bin_path" : [
1239
1251
" doc/api/_as_gen/matplotlib.animation.HTMLWriter.rst:28:<autosummary>:1"
1240
1252
],
Original file line number Diff line number Diff line change @@ -43,5 +43,5 @@ def update(self, i):
43
43
return (self .p ,)
44
44
45
45
46
- PauseAnimation ()
46
+ pa = PauseAnimation ()
47
47
plt .show ()
You can’t perform that action at this time.
0 commit comments