-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Doc]: Create Animation Tutorial #24228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! I've been working on a package that also uses matplotlib's animation module (maige) I've been planning to spend some time in the animation module and can maybe help out with this? |
Absolutely/that'd be awesome/if you want to start sketching out a tutorial go for it! |
Great, thanks! I'll give this a shot |
Hi, I had a question about this. In pipe-based writer classes, the supported formats will be governed by the utility being used ( |
I think so, but maybe @dopplershift or @anntzer can confirm? |
Assuming by "supported formats", you mean the final saved animation format (e.g. gif, mp4), then yes, that's controlled by the tool being used. |
Yes, that's what I meant. Thanks! |
I've started working on this in #24274. I started out with writing the code for simple animations for different animation classes. I'll add the write-up to it now. My idea is to try and cover at least all the topics mentioned in various issues related to animation module. Let me know if there are any suggestions. Thanks! |
Documentation Link
https://matplotlib.org/devdocs/tutorials/index.html
Problem
It'd be good to have a one stop animation tutorial that gives an overview of the different animation methods and different writers. This overlaps with #19520 and #24159 and advocated for in #22374
Mostly opened this issue so we could maybe hash out a proposed outline & document what folks would want in a tutorial.
Suggested improvement
Tutorial sections
FuncAnimation
and anArtistAnimation
with each(writer, file types, dependencies)
proposed in [Doc]: clarify which writers animation.save supports #24159 should be hereFootnotes
I think it's that func takes a function that updates an artist and may or may not return it, while artist takes the list of changed artists? A pro/con table or table of use cases would also maybe be good ↩
yes this might change if a unified abstraction goes in but that's probably ages out so documenting current state is useful ↩
The text was updated successfully, but these errors were encountered: