On Wednesday, March 4, 2015 at 2:40:42 PM UTC-5, Josh Langsfeld wrote: > > 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. >
Non-interactive backends are ones like the Agg backend of Matplotlib, that only render to offscreen buffers and never create windows. They are used for batch processing.
