Re: [Matplotlib-users] using ginput with images -- axes are resized?

2008-11-05 Thread Elfnor
Adam-221 wrote: hi, I am trying to use ginput with some images and for some reason it keeps changing the axes with the mouse click. I don't know if this is a feature or bug, but I would like it not to affect my images at all. here is a short example: #--- from pylab import

[Matplotlib-users] using ginput with images -- axes are resized?

2008-10-31 Thread Adam
hi, I am trying to use ginput with some images and for some reason it keeps changing the axes with the mouse click. I don't know if this is a feature or bug, but I would like it not to affect my images at all. here is a short example: #--- from pylab import ginput, imshow, rand t=rand(50,50)

Re: [Matplotlib-users] using ginput with images -- axes are resized?

2008-10-31 Thread Eric Firing
Adam wrote: hi, I am trying to use ginput with some images and for some reason it keeps changing the axes with the mouse click. I don't know if this is a feature or bug, but I would like it not to affect my images at all. Confirmed: it's a big bug. I suspect it has a simple fix, but I