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

How to hide a plot? #638

Closed
goszlanyi opened this issue Jan 7, 2017 · 0 comments
Closed

How to hide a plot? #638

goszlanyi opened this issue Jan 7, 2017 · 0 comments

Comments

@goszlanyi
Copy link

goszlanyi commented Jan 7, 2017

In the REPL when I type

using Plots
pyplot()
p1 = plot(sin, 0,4pi, reuse=false)
p2 = plot(cos, 0,4pi, reuse=false)

and close the window of p1,
then the plot p1 is also deleted from the workspace.

How can I just hide a plot and display it again?

@t-bltg t-bltg closed this as completed Sep 25, 2021
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