Re: [matplotlib-devel] broken imshow

2010-08-02 Thread Michael Droettboom
Thanks for pointing this out. It is now fixed (and I added your example as a regression test). Mike On 08/01/2010 10:49 PM, Jae-Joon Lee wrote: > Michael, > > In your commit 8585, you added an extra apply_translation command in > the make_image function (line 594 of image.py, note that there is

[matplotlib-devel] broken imshow

2010-08-01 Thread Jae-Joon Lee
Michael, In your commit 8585, you added an extra apply_translation command in the make_image function (line 594 of image.py, note that there is another one at line 599). Currently, imshow command places image in wrong place (except when interpolation is nearest ) and I think this is because of th