imshow interpolation artifacts

I just wanted to report some artifacts that appear when I use imshow from the
trunk:

a=arange(10000)
a.shape=(100,100)
#ok:
figure()
imshow(a,interpolation='nearest')
figure()
imshow(a,interpolation='bilinear')
#odd:
figure()
imshow(a,interpolation='bicubic')
figure()
imshow(a,interpolation='spline16')
figure()
imshow(a,interpolation='gaussian')

Darren

Fixed in SVN r4910. It was a mistake when upgrading agg from 2.3 to 2.4.

Cheers,
Mike

Darren Dale wrote:

ยทยทยท

I just wanted to report some artifacts that appear when I use imshow from the trunk:

a=arange(10000)
a.shape=(100,100)
#ok:
figure()
imshow(a,interpolation='nearest')
figure()
imshow(a,interpolation='bilinear')
#odd:
figure()
imshow(a,interpolation='bicubic')
figure()
imshow(a,interpolation='spline16')
figure()
imshow(a,interpolation='gaussian')

Darren

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

--
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA