On Fri, Jan 16, 2009 at 3:12 PM,  <pellegr...@ill.fr> wrote:
> Hello everybody,
>
> I may have found a bug in the module image.py, class AxesImage, of
> matplotlib 0.98.5.
>
> The method 'get_interpolation' has been defined twice. The first time
> it returns the attribute '_interpolation' (the right one). A few lines later,
> the second definition returns the attribute '_resample' (the wrong one ?).
>
> So, when you call 'get_interpolation' from an AxesImage instance such as
> 'imshow' it returns False instead of the proper interpolation scheme.
>
> What do you think ?

This is a bug, I'll fix it.  Thanks for the report.

Please do not post to matplotlib-announce.  You should post to
matplotlib-users instead.  matplotlib-announce is just for releases,
etc.

JDH

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to