@@ -19,6 +19,7 @@ The easiest way to make a live animation in matplotlib is to use one of the
19
19
20
20
.. autosummary ::
21
21
:toctree: _as_gen
22
+ :template: autosummary.rst
22
23
:nosignatures:
23
24
24
25
FuncAnimation
@@ -163,6 +164,7 @@ all data in memory.
163
164
164
165
.. autosummary ::
165
166
:toctree: _as_gen
167
+ :template: autosummary.rst
166
168
:nosignatures:
167
169
168
170
PillowWriter
@@ -173,10 +175,11 @@ on all systems.
173
175
174
176
.. autosummary ::
175
177
:toctree: _as_gen
178
+ :template: autosummary.rst
176
179
:nosignatures:
177
180
178
181
FFMpegWriter
179
- ImageMagickFileWriter
182
+ ImageMagickWriter
180
183
AVConvWriter
181
184
182
185
The file-based writers save temporary files for each frame which are stitched
@@ -185,10 +188,11 @@ debug.
185
188
186
189
.. autosummary ::
187
190
:toctree: _as_gen
191
+ :template: autosummary.rst
188
192
:nosignatures:
189
193
190
194
FFMpegFileWriter
191
- ImageMagickWriter
195
+ ImageMagickFileWriter
192
196
AVConvFileWriter
193
197
194
198
Fundamentally, a `MovieWriter ` provides a way to grab sequential frames
@@ -237,6 +241,7 @@ Animation Base Classes
237
241
238
242
.. autosummary ::
239
243
:toctree: _as_gen
244
+ :template: autosummary.rst
240
245
:nosignatures:
241
246
242
247
Animation
@@ -251,6 +256,7 @@ writer and the class to allow a string to be passed to
251
256
252
257
.. autosummary ::
253
258
:toctree: _as_gen
259
+ :template: autosummary.rst
254
260
:nosignatures:
255
261
256
262
MovieWriterRegistry
@@ -262,6 +268,7 @@ To reduce code duplication base classes
262
268
263
269
.. autosummary ::
264
270
:toctree: _as_gen
271
+ :template: autosummary.rst
265
272
:nosignatures:
266
273
267
274
AbstractMovieWriter
@@ -272,6 +279,7 @@ and mixins
272
279
273
280
.. autosummary ::
274
281
:toctree: _as_gen
282
+ :template: autosummary.rst
275
283
:nosignatures:
276
284
277
285
AVConvBase
@@ -287,6 +295,8 @@ Inheritance Diagrams
287
295
288
296
.. inheritance-diagram :: matplotlib.animation.FuncAnimation matplotlib.animation.ArtistAnimation
289
297
:private-bases:
298
+ :parts: 1
290
299
291
300
.. inheritance-diagram :: matplotlib.animation.AVConvFileWriter matplotlib.animation.AVConvWriter matplotlib.animation.FFMpegFileWriter matplotlib.animation.FFMpegWriter matplotlib.animation.ImageMagickFileWriter matplotlib.animation.ImageMagickWriter
292
301
:private-bases:
302
+ :parts: 1
0 commit comments