Makie plot in gui instead of Juno plot pane?

Hi,

I am trying to 3D plot in Makie, which a gui with mouse pane, scale, rotate would be helpful to visualize the data. I could get a gui pop up when plot in julia repl, but in Juno, the default is always push the plot in Juno plot pane which just shows a static image without 3D interaction.

is there a way to show Makie plot in Juno in a Gui window instead of plot pane?

Thanks.

Julia>settings
uncheck ā€œenable plot paneā€

1 Like

It works, Thanks.

though, I think it will be convenient to add a gui function similar to Plots in Makie to explicitly call out the gui window.@sdanisch

Could try display(AbstractPlotting.PlotDisplay(), scene).

2 Likes