Re: [matplotlib-devel] image pixel border bug

2008-12-08 Thread Michael Droettboom
I don't think it's a rendering bug. The entire first row of data is 0.0 and -0.0, which maps to red. The real solution would be to map 0 and -0.0 to different colors, but that's insane ;) The rendering bug that bothers me, however, is the misalignment of the ticks to the colors in the color

Re: [matplotlib-devel] image pixel border bug

2008-12-08 Thread John Hunter
On Mon, Dec 8, 2008 at 8:16 AM, Michael Droettboom [EMAIL PROTECTED] wrote: I don't think it's a rendering bug. The entire first row of data is 0.0 and -0.0, which maps to red. The real solution would be to map 0 and -0.0 to different colors, but that's insane ;) The rendering bug that

Re: [matplotlib-devel] image pixel border bug

2008-12-08 Thread Michael Droettboom
This should now be fixed in SVN. Couldn't see any regressions in the documentation examples, but may be worth another set of eyes before the release. Mike John Hunter wrote: On Mon, Dec 8, 2008 at 8:16 AM, Michael Droettboom [EMAIL PROTECTED] wrote: I don't think it's a rendering bug.