Opening Plots in Juno in a new window like in Matlab

Is it possible to have Atom/Julia open plots not in the plot plan but in a new window as Matlab does?

Yes. Use gui() after calling plot(). See http://docs.junolab.org/latest/man/basic_usage.html for more information.

`

1 Like

This was what I also found. On my machine unfortunately, this only has exactly the same effect as display(fig)

Strange. On my work machine gui() does not work and display() opens the plot in a pane in Atom as intended. So something is clearly off. This isn’t the first issue I encountered that is platform specific. Things will be wonky for a few weeks until the ecosystem stabilizes.