Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Only call init function at the begining of a save when user supplied#5402
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
If a user supplied function is given it is probably needed to restart the animation. The default just inserts the first frame and restarts the animation which is not useful.Fixesmatplotlib#5399
cbreeden commentedNov 4, 2015
Awesome. I like it. |
cbreeden commentedNov 4, 2015
Sorry about punting the issue, I wasn't exactly sure how |
@cbreeden Can you confirm that this fixes your issue? |
cbreeden commentedNov 4, 2015
@tacaswell yes. It fixes the issue described in#5399. |
FIX: Only call init function at the begining of a save when user supplied
If a user supplied function is given it is probably needed to restart the animation. The default just inserts the first frame and restarts the animation which is not useful.Fixes#5399