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

close a window #672

Closed
lewisl opened this issue Feb 8, 2017 · 2 comments
Closed

close a window #672

lewisl opened this issue Feb 8, 2017 · 2 comments

Comments

@lewisl
Copy link

lewisl commented Feb 8, 2017

PyPlot is really a big step forward in API over matplotlib. Plots promises to be another such step. But, only with long use of matplotlib in Python and PyPlot do I know to issue close() or close("all") or figure(). You don't seem to document any of the corresponding functionality for plots. display(), show(), and some of the PyPlot control commands also need to be there. There seem to be a lot of these prosaic housekeeping things either missing or undocumented.

close() and close("all") don't work with the plotlyjs backend. Manually closing the plot window lead to lots of julia runtime errors that could only be stopped with ^C. I'll stick with PyPlot.

Unrelated: Can I still PyCAll to Seaborn if I am using Plots?

This is awesome work and it has to be very hard to support so many backends that are only at a distance very similar if you squint (they all do lines, bars, etc.--but the devil is in the details).

@lwabeke
Copy link
Contributor

lwabeke commented Feb 24, 2017

Not sure if this is related, but I also got numerous errors when closing plotlyjs windows manually.
I believe I found a workaround, although I don't really understand why the transpose was in the code in the first place, see:
JuliaGizmos/Blink.jl#81
However, nothing happening on that PR as yet.

@mkborregaard
Copy link
Member

What's the question exactly - is it a request to document display etc?

@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
Projects
None yet
Development

No branches or pull requests

5 participants