>From the traceback, it looks as if you are using the Wx backend, not the WxAgg 
backend, and you are using "usetex" (text rendering using (La)TeX).  The Wx 
backend does not support usetex -- the WxAgg backend does.  Check your 
matplotlibrc or your matplotlib.use command and make sure you're selecting the 
WxAgg backend.

Cheers,
Mike

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to