Tyler B wrote: > I think that did it --- thanks Andrew!! > > Just out of curiosity, what does 'Agg' refer to?
It's the low-level drawing library, anti-grain. You're bypassing the loading of whatever other "backend" -- a low-level drawing system -- that matplotlib was loading before. Also, I'm guessing > that some efficiency is lost once we make Python import the entire > library (as opposed to just pyplot as before) -- is there a more > efficient way, or is that just the price to pay? Actually, I'd guess it's the opposite -- now you're not loading the graphical library that was grabbing focus, but merely a low(er) level drawing library. -Andrew ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users