-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
DocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!topic: animation
Milestone
Description
Documentation Link
No response
Problem
pillow is the only animation writer that does not require additional dependencies (we already depend on pillow in any case) but it is not the default writer. I think the main animation formation it can save to is gif.
There should be a simple "save as gif with pillow example" with its own entry in https://matplotlib.org/devdocs/gallery/index#animation (although some of the examples have a few lines on saving as mp4 with ffmpeg, 1. it is not even clear from the index which are these examples, and 2. ffmpeg may or may not be present on the user's machine).
Suggested improvement
No response
Matplotlib Version
3.6.0.dev1512
story645
Metadata
Metadata
Assignees
Labels
DocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!topic: animation