Re: [Matplotlib-users] problem with ghostscript

2006-10-23 Thread Stefan van der Walt
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

Re: [Matplotlib-users] problem with ghostscript

2006-10-23 Thread Darren Dale
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

[Matplotlib-users] problem with ghostscript

2006-10-23 Thread Stefan van der Walt
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