Could the bug I submitted some time ago be related to this ? (1502970
at http://sourceforge.net/tracker/?group_id=80706&atid=560720)

For example, this fails for me (it does work without xpdf and doing
ps2pdf afterwards):
My poppler/xpdf installation should be allright

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

---
Summary:
matplotlib-0.87.3 with xpdf renders empty PS
upraded to matplotlib-0.87-3/numpy-0.9.8.

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.)

---

Bye,
Pieter


On 7/10/06, Fernando Perez <[EMAIL PROTECTED]> wrote:
> On 7/9/06, Darren Dale <[EMAIL PROTECTED]> wrote:
> > Would you send me an example of a file with a bad bbox and one that is
> > correct?
>
> Thanks for looking into this!
>
> f
>
>
>
> -------------------------------------------------------------------------
> 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
>
>
>
>


-------------------------------------------------------------------------
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