Re: [matplotlib-devel] Trouble with mathtext.py

2008-01-04 Thread Michael Droettboom
The built-in mathtext support does not support "\underline" (and never did AFAICT). It sounds like you had "text.usetex" turned on in your matplotlibrc, and now for some reason or other you don't. Cheers, Mike Nils Wagner wrote: > Hi all, > > I have some trouble with the following lines > >

[matplotlib-devel] Trouble with mathtext.py

2008-01-04 Thread Nils Wagner
Hi all, I have some trouble with the following lines title(r'$\underline{\lambda}_n$= '+str(f)) plot(arange(0,len(data)),data,lw=2) xlabel('Iterations') ylabel('Largest eigenvalue') savefig('yuanlbl.png') IIRC the code worked before the recent changes in svn. How can I resolve the problem ? Tr