matplotlib.animation.MovieWriter.setup

MovieWriter.setup(fig, outfile, dpi)

Perform setup for writing the movie file.

Parameters:

fig : matplotlib.Figure instance

The figure object that contains the information for frames

outfile : string

The filename of the resulting movie file

dpi : int

The DPI (or resolution) for the file. This controls the size in pixels of the resulting movie file.

© 2012–2017 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
http://matplotlib.org/2.0.2/api/_as_gen/matplotlib.animation.MovieWriter.setup.html