On Tue, Sep 22, 2009 at 3:45 PM, Michael Hearne wrote:
> Great!
You may also want to take a look at the brand-spanking-new image
tutorial, which covers this
http://matplotlib.sourceforge.net/users/image_tutorial.html
JDH
-
Great!
Thanks,
Mike
On Sep 22, 2009, at 2:38 PM, Gary Ruben wrote:
> Yes. Use interpolation='nearest' instead.
>
> Gary R.
>
> Michael Hearne wrote:
>> Running the test script below gives me the image I have attached,
>> which looks like it has been smoothed.
>> Does imshow perform some sort o
Yes. Use interpolation='nearest' instead.
Gary R.
Michael Hearne wrote:
> Running the test script below gives me the image I have attached, which
> looks like it has been smoothed.
>
> Does imshow perform some sort of smoothing on the data it displays? If
> so, is there a way to turn this off