[Matplotlib-users] Error autoscaling histogram with histtype='step'

2012-04-18 Thread Joshua Lande
I am running into problems where histograms are not autoscaling correctly. I have filed a bug report on github: https://github.com/matplotlib/matplotlib/issues/841 Below is a copy of the github bug report: --- I am running into problems where histograms are not autoscaling correctly. Below is

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 b

[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