8000 FIX: add explict draw_if_interactive in figure() by tacaswell · Pull Request #4875 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

FIX: add explict draw_if_interactive in figure() #4875

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 11, 2015

Conversation

tacaswell
Copy link
Member

With out this the IPython inline backend does not work without
calling plt.show() or plt.draw_if_interactive(). Adding this line
back here is a quick hack to get things working again. There is
probably a better solution in the figure manager base-class.

Closes #4774

attn @michaelaye Can you confirm that this fixes it for you?

With out this the IPython inline backend does not work without
calling `plt.show()` or `plt.draw_if_interactive()`.  Adding this line
back here is a quick hack to get things working again.  There is
probably a better solution in the figure manager base-class.

Closes matplotlib#4774
@tacaswell tacaswell added this to the next point release milestone Aug 6, 2015
@tacaswell tacaswell added the Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. label Aug 6, 2015
@jenshnielsen
Copy link
Member

Fixes it for me

jenshnielsen added a commit that referenced this pull request Aug 11, 2015
FIX: add explict draw_if_interactive in figure()
@jenshnielsen jenshnielsen merged commit f852c0c into matplotlib:master Aug 11, 2015
@michaelaye
Copy link

Yes, here too fixed, thanks!

@tacaswell tacaswell deleted the fix_inline_bug branch August 11, 2015 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inline backend not working on master
3 participants
0