Re: [Matplotlib-users] display pixels values on the backends

2009-08-26 Thread Xavier Gnata
>> Hi, >> >> I have already asked about that but I'm back once again :) >> >> The way I use matplotlib may be a corner case: >> I'm often looking at large (4k x 4k) images and I do want to see the >> pixels values moving the mouse over the display. >> imshow does a great job but all the backend on

Re: [Matplotlib-users] display pixels values on the backends

2009-08-24 Thread Jae-Joon Lee
On Mon, Aug 24, 2009 at 1:48 PM, Xavier Gnata wrote: > Hi, > > I have already asked about that but I'm back once again :) > > The way I use matplotlib may be a corner case: > I'm often looking at large (4k x 4k) images and I do want to see the > pixels values moving the mouse over the display. > im

[Matplotlib-users] display pixels values on the backends

2009-08-24 Thread Xavier Gnata
Hi, I have already asked about that but I'm back once again :) The way I use matplotlib may be a corner case: I'm often looking at large (4k x 4k) images and I do want to see the pixels values moving the mouse over the display. imshow does a great job but all the backend only display "x= y=". I