This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Remove GLMakie.Screen() requirement for opening a new window. #2981
Labels
enhancement
Feature requests and enhancements
GLMakie
This relates to GLMakie.jl, the OpenGL backend for Makie.
planning
For discussion and planning development
This was suggested in the original pull request but not implemented for some reason.
#1771 (comment)
Will you consider having
display(fig1); display(fig2)
open two windows without the need to remember/writedisplay(GLMakie.Screen(), figure_or_scene)
? It seems to me that a figure should always be associated with a separate window.If not automatically every time, then maybe something easier to remember like a keyword argument
display(fig2, new_window=true)
?(I would like to see the AlgebraOfGraphics
draw
function automatically open new windows too. I don't know if that would happen implicitly with this change or not.)The text was updated successfully, but these errors were encountered: