On Mon, Oct 23, 2006 at 01:28:36PM -0400, Darren Dale wrote:
> Hi Stefan,
>
> On Monday 23 October 2006 11:17, Stefan van der Walt wrote:
> > I am trying to generate graphs using
> >
> > text.usetex : True
> > ps.usedistiller : xpdf
[...]
>
> I can't reproduce the problem here, using xpdf 3.01
Hi Stefan,
On Monday 23 October 2006 11:17, Stefan van der Walt wrote:
> I am trying to generate graphs using
>
> text.usetex : True
> ps.usedistiller : xpdf
>
> Unfortunately, when running
>
> import pylab as P
> P.plot([10],[10])
> P.savefig('test.eps')
>
> I get an error message:
>
> File
> "/h
Hi,
I am trying to generate graphs using
text.usetex : True
ps.usedistiller : xpdf
Unfortunately, when running
import pylab as P
P.plot([10],[10])
P.savefig('test.eps')
I get an error message:
File
"/home/stefan//lib/python2.4/site-packages/matplotlib/backends/backend_ps.py",
line 1412, in