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
(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')
(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')