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

It ignores ioff() spectacularly in Jupyter #436

Closed
kzapfe opened this issue Apr 24, 2019 · 1 comment
Closed

It ignores ioff() spectacularly in Jupyter #436

kzapfe opened this issue Apr 24, 2019 · 1 comment

Comments

@kzapfe
Copy link

kzapfe commented Apr 24, 2019

PyPlot in Julia 1.x.x (1.0.3 and 1.1.0) ignores completely the ioff() instruction. In Jupyter it continues displaying the plots in the notebook. I have tried with various locations of the function in the code, but to no avail yet.

@stevengj
Copy link
Member

ion and ioff only affect GUI mode (where the plot is displayed in a separate window, and you want to decide whether it is immediately updated after every command), not inline plotting mode. I think it's the same in Python/IPython with inline plotting..

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

2 participants