Re: [Matplotlib-users] Problem with using font sizes < 10 with usetex (MPL 0.9.0): scrambled text

2007-05-14 Thread Whyking
On 5/14/07, Darren Dale <[EMAIL PROTECTED]> wrote: On Monday 14 May 2007 9:33:06 am Whyking wrote: > Hi List, > > my rendered latex fonts do not get displayed correctly when I use font > sizes smaller than 10. I use linux with the following latex version: > pdfeTeX 3.141

[Matplotlib-users] Problem with using font sizes < 10 with usetex (MPL 0.9.0): scrambled text

2007-05-14 Thread Whyking
(1) pylab.clf() pylab.axes([0.125, 0.2 ,0.95-0.125,0.95-0.2]) pylab.plot(x,y1,'g:',label='$\sin(x)$') pylab.plot(x,y2,'-b',label='$\cos(x)$') pylab.xlabel('$x$ (radians)') pylab.ylabel('$y$') pylab.legend () pylab.savefig('fig1.eps')

[Matplotlib-users] Problem with using font sizes < 10 with usetex (MPL 0.9.0): scrambled text

2007-05-14 Thread Whyking
(1) pylab.clf() pylab.axes([0.125, 0.2 ,0.95-0.125,0.95-0.2]) pylab.plot(x,y1,'g:',label='$\sin(x)$') pylab.plot(x,y2,'-b',label='$\cos(x)$') pylab.xlabel('$x$ (radians)') pylab.ylabel('$y$') pylab.legend () pylab.savefig('fig1.eps')