> 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
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,
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