Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Documentation Link
https://matplotlib.org/devdocs/api/animation_api.html
Problem
The Animation API docs kinda have a mini explanation of how FuncAnimate works and all the different options that would be more appropriate for theanimation guides. This feels especially odd compared to the barely-existent section for ArtistAnimation
Suggested improvement
Now that thesimple animation guide exists, I think most of the content in the API FuncAnimation section should be moved there. Then the API page should be reworked a little so that it links out to the guide and the subsections for FuncAnimation and ArtistAnimation can be removed.