|
From: Michael D. <md...@st...> - 2008-01-31 15:11:19
|
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 > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA |