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