Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79b6be0

Browse files
author
Saumya
committed
DOC: Document FFMpegFileWriter *args, **kwargs
Adds documentation explaining that arguments are forwarded to the parent MovieWriter class. Fixes #22831
1 parent fa5b30a commit 79b6be0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/animation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ def _args(self):
605605
class FFMpegFileWriter(FFMpegBase, FileMovieWriter):
606606
"""
607607
File-based ffmpeg writer.
608+
608609
Parameters
609610
----------
610611
*args, **kwargs

0 commit comments

Comments
 (0)