Ok, I got it working by doing pygui(:qt) or pygui(:gtk) before the 'using PyPlot' call and mentioned in your docs.
I'm not totally clear what 'non-interactive' means for the backend. Working directly in the REPL, is that not a default setting? And is that what I ended up changing with either of those pygui calls? Thanks! On Wednesday, March 4, 2015 at 2:12:35 PM UTC-5, Steven G. Johnson wrote: > > Maybe use a non-interactive backend? Does it do what you want if you use > Python? >
