On Fri, Aug 13, 2010 at 1:34 PM, John Hunter <jdh2...@gmail.com> wrote:
> On Fri, Aug 13, 2010 at 1:26 PM, Benjamin Root <ben.r...@ou.edu> wrote:
>> Found it.  It is solid black.
>
> Not quite:
> In [95]: im = 
> imread('/home/titan/johnh/Downloads/failed-diff-pcolormesh.png').ravel()
>
> In [96]: im.max()
> Out[96]: 0.039215688
>
> In [97]: im.min()
> Out[97]: 0.0
>

Probably we should increase the threshold as Eric suggested, but I
wonder if the different test results we are getting could be due to
PIL version.

In [6]: import Image

In [7]: Image.VERSION
Out[7]: '1.1.7'


JDH

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to