-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Animation Examples #11823
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
This is expected. The purpose of those examples is to show how an animation is produced. Yet, the way the matplotlib documentation is generated, it is currently not possible to show animated output. The images shown are the static version of the animations, i.e. the state of the figure before the animation actually starts. One possible solution would be to not use the automatic sphinx-gallery output for those examples, but rather generate some animated gifs manually and link them statically inside the example file. One might also opt for not showing any output (that would be easier compared to the above, but maybe equally confusing?). The question is a bit whether either of the above is really worth the effort. |
There is some hope to do something like this in sphinx-gallery: sphinx-gallery/sphinx-gallery#150 |
I am starting to try and figure out a workable solution to this, although I currently cannot build the docs. I keep getting this error: Warning, treated as error: |
@anthonytec2 seems like you are building the docs from an environment that has an older matplotlib version in it. E.g. if you had a system-wide python with matplotlib 2.1 installed and some folder with matplotlib 2.2, then running In general I do think it's worth waiting for sphinx-gallery to sort out their new scraper system. |
When going to the gallery of the different plots under the animation section, various of these plots are blank. See this link. Possibly an issue with documentation generation.
The text was updated successfully, but these errors were encountered: