| |
| Finish any processing for writing the movie. |
| Grab the image information from the figure and save as a movie frame. |
| Context manager to facilitate writing the movie file. |
| Setup for writing the movie file. |
| A tuple |
Finish any processing for writing the movie.
Grab the image information from the figure and save as a movie frame.
All keyword arguments in savefig_kwargs are passed on to the savefig call that saves the figure. However, several keyword arguments that are supported by savefig may not be passed as they are controlled by the MovieWriter:
animation much be exactly the same size in pixels.
Setup for writing the movie file.
Figure
The figure object that contains the information for frames.
The filename of the resulting movie file.
fig.dpi
The DPI (or resolution) for the file. This controls the size in pixels of the resulting movie file.
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/matplotlib.animation.PillowWriter.html