Stream: helpdesk (published)

Topic: Plots with GR creates popups for each plot


view this post on Zulip peter j. (Jul 20 2021 at 16:31):

Whenever I use Plots.jl with the GR backend, for each savefig or frame (used for animations) call I get a popup window in the focused workspace.

For one or two plots, this is fine. However, when doing a lot of plots or animations, my computer becomes almost unusable while Julia is plotting. Is there a workaround for this besides using another backend?

view this post on Zulip Andrey Oskin (Jul 20 2021 at 16:57):

I havn't encountered this problem myself, but if you share additional information, maybe someone can find an answer.

What OS are you using? Windows, Linux or Mac?
And what is written on popups? Is it some kind of error message?

view this post on Zulip peter j. (Jul 20 2021 at 17:41):

This is on Linux, but I remember it occuring on windows also. Nope no error message, just a window pops up and then disappears quickly. It is so fast that I cannot tell what is on it. It is as if GR opens a window whenever it renders.

view this post on Zulip Patrick Toche (Jul 22 2021 at 01:43):

does a semi-colon ; at the end of the line remove the pop-up?


Last updated: Oct 02 2023 at 04:34 UTC