Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Using canvas.draw_idle() inside plt.pause #9064

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

Merged
merged 1 commit into from
Aug 21, 2017

Conversation

ImportanceOfBeingErnest
Copy link
Member

Instead of canvas.draw() we may use canvas.draw_idle() inside plt.pause. In general using draw_idle() has several advantages over draw(), so one might also use it here.

Instead of `canvas.draw()` we may use `canvas.draw_idle()` inside `plt.pause`. In general using `draw_idle()` has several advantages over `draw()`, so one might also use it here.
@tacaswell tacaswell added this to the 2.1 (next point release) milestone Aug 21, 2017
Copy link
Member

@tacaswell tacaswell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not worried about lack of test coverage and appveyor test looks transient.

@efiring efiring merged commit 6a91a4e into matplotlib:master Aug 21, 2017
@tacaswell
Copy link
Member

Thanks @ImportanceOfBeingErnest 🎉 Hopefully we will be hearing from you again!

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

Successfully merging this pull request may close these issues.

3 participants