Re: [Matplotlib-users] Strange compression of matplotlib's eps figures

2012-03-19 Thread Joshua Lande
Setting interpolation="none" in imshow fixed the problem. Thanks for the help, Joshua On Mon, Mar 19, 2012 at 11:34 AM, Joshua Lande wrote: > Hi. I have attached a screenshot of the way the image looks when > viewed by Preview on my mac, evince on my RHEL5 machine, and the built > in google doc

Re: [Matplotlib-users] Strange compression of matplotlib's eps figures

2012-03-19 Thread Benjamin Root
On Mon, Mar 19, 2012 at 1:36 PM, Moore, Eric (NIH/NIDDK) [F] < eric.moo...@nih.gov> wrote: > From: Benjamin Root [mailto:ben.r...@ou.edu] > Sent: Monday, March 19, 2012 2:00 PM > To: Joshua Lande > Cc: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] S

Re: [Matplotlib-users] Strange compression of matplotlib's eps figures

2012-03-19 Thread Moore, Eric (NIH/NIDDK) [F]
From: Benjamin Root [mailto:ben.r...@ou.edu] Sent: Monday, March 19, 2012 2:00 PM To: Joshua Lande Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Strange compression of matplotlib's eps figures ... Using Firefox, I see no difference between the two images.  Wha

Re: [Matplotlib-users] Strange compression of matplotlib's eps figures

2012-03-19 Thread Benjamin Root
On Sun, Mar 18, 2012 at 5:07 PM, Joshua Lande wrote: > Hello. > > I have run into a strange error where matplotlib compresses images > that are saved with the eps backend. Strangely, this compression seems > to happen only for images saved with certain figure sizes. I created a > very simple exam

[Matplotlib-users] Strange compression of matplotlib's eps figures

2012-03-19 Thread Joshua Lande
Hello. I have run into a strange error where matplotlib compresses images that are saved with the eps backend. Strangely, this compression seems to happen only for images saved with certain figure sizes. I created a very simple example which produces this behavior. import pylab as P impor