You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save can support multiple writers, but the only one that's documented is MovieWriter
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? 😕
The text was updated successfully, but these errors were encountered:
AbstractMovieWriter wasn't around when at least I wrote the docs. Probably should say something like "subclass of AbstractMovieWriter" or "concrete implementation", or..?
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
Suggested improvement
Update the documentation so that all the supported writers are mentioned, possibly something like
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? 😕
The text was updated successfully, but these errors were encountered: