[EMAIL PROTECTED] wrote:
> I edited the matplotlibrc to interactive: False and backend: Agg, and it 
> works great. (produces .png)

no need. as the name implies, TKagg is already using agg internally, so 
you can just use pylab.savefig (or better yet, figure.savefig), and get 
the same high quality PNG. No need to switch back-ends. The plain Agg 
back-end is there for things like web apps, where you may not be able to 
run a GUI at all.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to