We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2d9e8 commit fa5b30aCopy full SHA for fa5b30a
lib/matplotlib/animation.py
@@ -605,6 +605,10 @@ def _args(self):
605
class FFMpegFileWriter(FFMpegBase, FileMovieWriter):
606
"""
607
File-based ffmpeg writer.
608
+ Parameters
609
+ ----------
610
+ *args, **kwargs
611
+ All arguments are forwarded to `FileMovieWriter`.
612
613
Frames are written to temporary files on disk and then stitched together at the end.
614
0 commit comments