Re: [matplotlib-devel] suggestion for the interpolation in imshow()

2008-10-16 Thread Andrew Hawryluk
> Eric Firing wrote: > > Andrew Hawryluk wrote: >> The interpolation algorithm used in imshow() can produce spurious >> results, as has been noted before: >> >> _http://article.gmane.org/gmane.comp.python.matplotlib.general/12062_ >> >> This happens because the data is converted to RGB before th

Re: [matplotlib-devel] suggestion for the interpolation in imshow()

2008-10-15 Thread Eric Firing
Andrew Hawryluk wrote: > The interpolation algorithm used in imshow() can produce spurious > results, as has been noted before: > > _http://article.gmane.org/gmane.comp.python.matplotlib.general/12062_ > > This happens because the data is converted to RGB before the > interpolation/resampling,

[matplotlib-devel] suggestion for the interpolation in imshow()

2008-10-15 Thread Andrew Hawryluk
The interpolation algorithm used in imshow() can produce spurious results, as has been noted before: http://article.gmane.org/gmane.comp.python.matplotlib.general/12062 This happens because the data is converted to RGB before the interpolation/resampling, rather than after. How hard would it be to