Skip to content
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

Update animation tutorial #64

Open
gregtucker opened this issue Oct 8, 2019 · 2 comments
Open

Update animation tutorial #64

gregtucker opened this issue Oct 8, 2019 · 2 comments

Comments

@gregtucker
Copy link
Contributor

The animation tutorial seems to be producing blank output in some cases. I recommend modifying it to use MPL's FuncAnimation, which I've had good luck with recently.

@nathanlyons
Copy link
Member

#45 addresses the blank output when tutorials are run locally and improves the tutorial overall. They still do not show when on GitHub.

Have you used FuncAnimation with imshow_grid? In prior attempts, I found using imshow_grid with FuncAnimation is messy. For one, the imshow image and the colorbar have to be located using pyplot functions because imshow_grid does not return these. I would like to hear if you have used imshow_grid with FuncAnimation without many workarounds.

Aspects of animating imshow_grid in a Jupyter notebook are cumbersome. Some of this was circumvented in the tutorial by using longer than probably advisable code blocks.

@gregtucker
Copy link
Contributor Author

@nathanlyons I have not tried FuncAnimation with imshow_grid, and did not realize there were issues with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants