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

Skip to content

[Doc]: clarify which writers animation.save supportsΒ #24159

Open
@story645

Description

@story645

Documentation Link

https://matplotlib.org/devdocs/api/_as_gen/matplotlib.animation.Animation.html#matplotlib.animation.Animation.save

Problem

Save can support multiple writers, but the only one that's documented is MovieWriter

image

Suggested improvement

Update the documentation so that all the supported writers are mentioned, possibly something like

writer supported file types dependency
PillowWriter GIF (are APNG and MPEG supported?) Pillow
etc...

I honestly can not really make heads or tails of which writers are supported looking through the docs 'cause PillowWriter is supported but isn't a MovieWriter and MovieWriter isn't supported directly but is a baseclass of the supported writers. Unless the documentation was supposed to read AbstractMovieWriter? πŸ˜•

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions