Re: [Matplotlib-users] draw_tex NotImplementedError in backend_bases.py

2008-03-26 Thread Ryan Krauss
Sorry, I meant PEBKAC. On 3/26/08, Ryan Krauss <[EMAIL PROTECTED]> wrote: > Thanks for all the quick responses. Yes, it seems that WXAgg and > usetex work fine together. So the problem was definitely on our end. > KEBKAC. > > Thanks again, > > > Ryan > > > On 3/26/08, [EMAIL PROTECTED] <[EM

Re: [Matplotlib-users] draw_tex NotImplementedError in backend_bases.py

2008-03-26 Thread Ryan Krauss
Thanks for all the quick responses. Yes, it seems that WXAgg and usetex work fine together. So the problem was definitely on our end. KEBKAC. Thanks again, Ryan On 3/26/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > "Ryan Krauss" <[EMAIL PROTECTED]> writes: > > > /usr/lib/python2.5/site-p

Re: [Matplotlib-users] draw_tex NotImplementedError in backend_bases.py

2008-03-26 Thread Jouni . Seppanen
"Ryan Krauss" <[EMAIL PROTECTED]> writes: > /usr/lib/python2.5/site-packages/matplotlib/backends/backend_wx.py in > draw_if_interactive() This means you are using the Wx backend, which doesn't implement usetex. Try WxAgg instead. -- Jouni K. Seppänen http://www.iki.fi/jks

Re: [Matplotlib-users] draw_tex NotImplementedError in backend_bases.py

2008-03-26 Thread Darren Dale
On Wednesday 26 March 2008 11:20:46 am Ryan Krauss wrote: > I think I have correctly installed from source. I checked the > dependencies for USETEX and have the right versions for dvipng, gs, > latex, and pdftops. When trying to plot with text.usetex=True I get [...] > Does this mean we really di

Re: [Matplotlib-users] draw_tex NotImplementedError in backend_bases.py

2008-03-26 Thread Michael Droettboom
It looks like you're trying to use the Wx backend, where usetex is not supported. See here for a matrix of which features are supported with each backend: http://matplotlib.sourceforge.net/backends.html Set the backend setting in your matplotlibrc file or call "matplotlib.use" at the top of yo

[Matplotlib-users] draw_tex NotImplementedError in backend_bases.py

2008-03-26 Thread Ryan Krauss
I think I have correctly installed from source. I checked the dependencies for USETEX and have the right versions for dvipng, gs, latex, and pdftops. When trying to plot with text.usetex=True I get Traceback (most recent call last) /home/william/svn/matplotlib/ in () /usr/lib/python2.5/site