Skip to content

Commit fa5b30a

Browse files
author
Saumya
committed
DOC: Add parameters documentation for FFMpegFileWriter
1 parent 6c2d9e8 commit fa5b30a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/animation.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,10 @@ def _args(self):
605605
class FFMpegFileWriter(FFMpegBase, FileMovieWriter):
606606
"""
607607
File-based ffmpeg writer.
608+
Parameters
609+
----------
610+
*args, **kwargs
611+
All arguments are forwarded to `FileMovieWriter`.
608612
609613
Frames are written to temporary files on disk and then stitched together at the end.
610614

0 commit comments

Comments
 (0)