also, have a look at: https://groups.google.com/forum/#!searchin/julia-users/pygui|sort:date/julia-users/d_oMG_PZ0L8/qVyr76JS57kJ
depending on the backend setup PyPlot can default to interactive mode, which some notebooks might not handle well ... to turn off the interactive mode, do: ioff() good luck! On Thursday, April 30, 2015 at 5:25:22 PM UTC-7, cdm wrote: > > > PyPlot catalogs plots as figures ... > > the first call to plot() caches the result, callable as figure(1). > the second call to plot() caches the result, callable as figure(2) ... > etc. > > what is the result of pygui() on your system? >
