Re: [Matplotlib-users] Saving a plot to EPS

2009-12-10 Thread Michael Cohen
Thanks, the svn version is working nicely. Cheers Mike On 12/09/2009 01:21 PM, Michael Droettboom wrote: > I can confirm this bug on matplotlib-0.99.0, and 0.99.1.2, but not on > SVN head. I think this is related to a recently fixed bug involving the > renderer outputting single-point lines (whic

Re: [Matplotlib-users] Saving a plot to EPS

2009-12-09 Thread Michael Droettboom
I can confirm this bug on matplotlib-0.99.0, and 0.99.1.2, but not on SVN head. I think this is related to a recently fixed bug involving the renderer outputting single-point lines (which obviously doesn't make sense, and Postscript has problems with). You can either install from SVN (I recomm

Re: [Matplotlib-users] Saving a plot to EPS

2009-12-09 Thread Michael Cohen
Hi there, Does anyone know what might be the problem with this EPS write? Please see my email of Dec 6th for the attachments. Regards, Michael Michael Cohen wrote: > Hi, > > Sorry for taking a few days to reply. > Basic system information > > $ uname -a > Linux shc-b 2.6.18-128.1.10.el5 #1 SMP

Re: [Matplotlib-users] Saving a plot to EPS

2009-12-02 Thread John Hunter
On Wed, Dec 2, 2009 at 3:20 PM, Michael Cohen wrote: > Hi, > To add more information.  I am trying this on two separate installs of > matplotlib 0.99, both using TkAgg as the backend.  One produces an > unreadable file, the other does produce a readable EPS.  However, even > in this case, zooming

Re: [Matplotlib-users] Saving a plot to EPS

2009-12-02 Thread Michael Cohen
Hi, To add more information. I am trying this on two separate installs of matplotlib 0.99, both using TkAgg as the backend. One produces an unreadable file, the other does produce a readable EPS. However, even in this case, zooming in on the image shows that what is being saved is bitmapped,

[Matplotlib-users] Saving a plot to EPS

2009-12-02 Thread Michael Cohen
Hi all, I made a typical plot, and tried to save it to EPS. The resulting file is un-openable in gimp, the gnome thumbnail viewer, evince, and anything else I have tried. Is there any problem saving a plot to EPS at the moment? Cheers Mike --