@@ -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_inher.rst
22
23
:nosignatures:
23
24
24
25
FuncAnimation
@@ -160,6 +161,7 @@ all data in memory.
160
161
161
162
.. autosummary ::
162
163
:toctree: _as_gen
164
+ :template: autosummary_inher.rst
163
165
:nosignatures:
164
166
165
167
PillowWriter
@@ -170,10 +172,11 @@ on all systems.
170
172
171
173
.. autosummary ::
172
174
:toctree: _as_gen
175
+ :template: autosummary_inher.rst
173
176
:nosignatures:
174
177
175
178
FFMpegWriter
176
- ImageMagickFileWriter
179
+ ImageMagickWriter
177
180
AVConvWriter
178
181
179
182
The file-based writers save temporary files for each frame which are stitched
@@ -182,10 +185,11 @@ debug.
182
185
183
186
.. autosummary ::
184
187
:toctree: _as_gen
188
+ :template: autosummary_inher.rst
185
189
:nosignatures:
186
190
187
191
FFMpegFileWriter
188
- ImageMagickWriter
192
+ ImageMagickFileWriter
189
193
AVConvFileWriter
190
194
191
195
Fundamentally, a `MovieWriter ` provides a way to grab sequential frames
@@ -234,6 +238,7 @@ Animation Base Classes
234
238
235
239
.. autosummary ::
236
240
:toctree: _as_gen
241
+ :template: autosummary_inher.rst
237
242
:nosignatures:
238
243
239
244
Animation
@@ -248,6 +253,7 @@ writer and the class to allow a string to be passed to
248
253
249
254
.. autosummary ::
250
255
:toctree: _as_gen
256
+ :template: autosummary_inher.rst
251
257
:nosignatures:
252
258
253
259
MovieWriterRegistry
@@ -259,6 +265,7 @@ To reduce code duplication base classes
259
265
260
266
.. autosummary ::
261
267
:toctree: _as_gen
268
+ :template: autosummary_inher.rst
262
269
:nosignatures:
263
270
264
271
AbstractMovieWriter
@@ -269,6 +276,7 @@ and mixins
269
276
270
277
.. autosummary ::
271
278
:toctree: _as_gen
279
+ :template: autosummary_inher.rst
272
280
:nosignatures:
273
281
274
282
AVConvBase
@@ -284,6 +292,8 @@ Inheritance Diagrams
284
292
285
293
.. inheritance-diagram :: matplotlib.animation.FuncAnimation matplotlib.animation.ArtistAnimation
286
294
:private-bases:
295
+ :parts: 1
287
296
288
297
.. inheritance-diagram :: matplotlib.animation.AVConvFileWriter matplotlib.animation.AVConvWriter matplotlib.animation.FFMpegFileWriter matplotlib.animation.FFMpegWriter matplotlib.animation.ImageMagickFileWriter matplotlib.animation.ImageMagickWriter
289
298
:private-bases:
299
+ :parts: 1
0 commit comments