-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Figures not showing in interactive mode with macosx backend #6838
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
Seems to be related to ipython 5.0.0; I downgraded it to 4.2 and now everything works again as expected |
Do you use the magic |
No, I simply launch |
Ah, with |
Closing as not a bug. |
Matplotlib 1.5.1, Python 3.5.2, ipython 5.0.0, OS X El Capitan; Python3 installed with Homebrew, matplotlib through Pip. Empty
matplotlibrc
file, except forbackend : macosx
When creating a figure in non-interactive mode in ipython, matplotlib behaves as expected:
Gives me a nice on-screen figure. When I do the same in interactive mode (change
ioff()
toion()
) I get no on-screen figure, nothing. Exact the same happens when I usepl.ioff()
combined withpl.show(block=False)
, i.e. I again get no on-screen figure.Could this be a bug in matplotlib?
The text was updated successfully, but these errors were encountered: