Plots.jl: Multiple figures?

Created on 13 May 2017  路  4Comments  路  Source: JuliaPlots/Plots.jl

I couldn't find the answer searching in the issues here, or on the documentation: is it possible to have multiple windows/figures open?

Documentation GR

Most helpful comment

Is there any fix/workaround for this issue on GR backend now?

All 4 comments

Yes, you can use the keyword reuse = false.
I am leaving the issue open, as 1) this could be better documented, and 2) it appears to be broken on the GR backend (pinging @jheinen just to make him aware of this).

But generally, questions like this find a quicker response on https://gitter.im/tbreloff/Plots.jl , which is the preferred place for usage questions.

Is there any fix/workaround for this issue on GR backend now?

Once there are multiple figure windows open (via reuse=false), you cannot selectively reuse specified figure windows (via reuse=true); only the last one. See my comment in #47.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

asinghvi17 picture asinghvi17  路  3Comments

ereday picture ereday  路  3Comments

dancsi picture dancsi  路  4Comments

tbenst picture tbenst  路  3Comments

nebuta picture nebuta  路  3Comments