Re: [matplotlib-devel] Bug in xlim or savefig or hist?

2009-02-18 Thread Joshua Lippai
Interesting. I can't reproduce your result using either the MacOSX or WXAgg backend. Which backend are you using, and does the problem persist if you use a different one? Josh On Wed, Feb 18, 2009 at 11:12 AM, Olle EngdegÄrd wrote: > > Doing > > from pylab import * > x=normal(10, size=1000) > hi

[matplotlib-devel] Odd handling of binary png files by pylab.imread

2008-10-23 Thread Joshua Lippai
Hello all, Earlier today I looked into a problem someone on the users list was having with imread working on a binary png file of his (attached). The array returned does not correspond to the picture, as verified by imshow'ing the imread'd file, which results in a distorted image with rainbow colo