On 7/10/06, Darren Dale <[EMAIL PROTECTED]> wrote:
Pieter Dumon wrote:
> For example, this fails for me (it does work without xpdf and doing
> ps2pdf afterwards):

> import matplotlib
> matplotlib.use('PS')
> import pylab
>
> pylab.rc('text',usetex=True)
> pylab.rc('ps',usedistiller='xpdf')
> pylab.figure()
> pylab.plot((1,2,3),(4,5,6))
> pylab.savefig("test")
> pylab.show()
>
> When setting ps.usedistiller to xpdf, I get an empty (blank) ps image.
> Without xpdf, I get a proper ps. This did work with 0.87-2/numpy-0.9.6
> (The Pdf backend works, but not with mathttext.)
>
Please set your verbose level to debug-annoying in your rc settings and
post the output. Also post your platform info, along with version info
for xpdf, and ghostscript. I havent had any problems with xpdf.

The debug output is in attachment. I don't see any errors, except for
the latex warning (but the problem is the same without usetex=True,
apparently)

ESP Ghostscript 815.02 (2006-04-19)
xpdf version 3.01
poppler-0.5.3

System is a quite standard Gentoo Linux (x86), but with gcc-4.1.1
2.6.16-gentoo-r9 #1 PREEMPT Tue Jun 6 10:38:13 CEST 2006 i686 Mobile
Intel(R) Pentium(R) 4 - M CPU 2.00GHz GNU/Linux

Pieter

Attachment: debug.log
Description: Binary data

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to