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

IPython5 does not plot with ION mode #9811

Closed
cdiazbas opened this issue Jul 26, 2016 · 1 comment
Closed

IPython5 does not plot with ION mode #9811

cdiazbas opened this issue Jul 26, 2016 · 1 comment
Milestone

Comments

@cdiazbas
Copy link

Hi,
I have detected that if I do a plot with plt.show(), the figure appears. If I use plt.ion() in order to do not use always show, I do not see anything. Example:

import matplotlib.pyplot as plt
plt.plot(x)
plt.show() #=> ok

plt.ion()
plt.plot(x) #=> fail

Thanks for all and congratulation for this new version.

@takluyver
Copy link
Member

In general, you need to use the %matplotlib magic to enable mpl integration in IPython. We are working with matplotlib to remove the need for this: matplotlib/matplotlib#6734

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

3 participants