File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ on all systems.
186
186
187
187
FFMpegWriter
188
188
ImageMagickWriter
189
- AVConvWriter
190
189
191
190
The file-based writers save temporary files for each frame which are stitched
192
191
into a single file at the end. Although slower, these writers can be easier to
@@ -198,7 +197,6 @@ debug.
198
197
199
198
FFMpegFileWriter
200
199
ImageMagickFileWriter
201
- AVConvFileWriter
202
200
203
201
Fundamentally, a `MovieWriter ` provides a way to grab sequential frames
204
202
from the same underlying `~matplotlib.figure.Figure ` object. The base
@@ -283,7 +281,6 @@ and mixins
283
281
:toctree: _as_gen
284
282
:nosignatures:
285
283
286
- AVConvBase
287
284
FFMpegBase
288
285
ImageMagickBase
289
286
@@ -298,6 +295,6 @@ Inheritance Diagrams
298
295
:private-bases:
299
296
:parts: 1
300
297
301
- .. inheritance-diagram :: matplotlib.animation.AVConvFileWriter matplotlib.animation.AVConvWriter matplotlib.animation. FFMpegFileWriter matplotlib.animation.FFMpegWriter matplotlib.animation.ImageMagickFileWriter matplotlib.animation.ImageMagickWriter
298
+ .. inheritance-diagram :: matplotlib.animation.FFMpegFileWriter matplotlib.animation.FFMpegWriter matplotlib.animation.ImageMagickFileWriter matplotlib.animation.ImageMagickWriter
302
299
:private-bases:
303
300
:parts: 1
You can’t perform that action at this time.
0 commit comments