If you have suggestions for the docs, I'm all ears, but I think the default behavior is here to stay. There are too many scenarios where a gui window is not what you want... Writing to a png, inline plotting in IJulia, etc, and it already displays automatically when returned to the repl.
On Sunday, May 22, 2016, David Parks <[email protected]> wrote: > function test(); for i=1:2; plot(); end; end; test() # Another > favorite gotcha, plot in a loop mysteriously and silently acted > differently than plot outside of a loop > > >
