Re: [Matplotlib-users] Feature Request: RectangleSelector BlockingInput

2008-08-14 Thread David M. Kaplan
Hi, Sorry for the long delay - I have been on vacation. I don't use the imcrop function, but it looks fairly easy to implement using ginput. I am heading off for vacation again for another two weeks and I want to get in some of the changes I proposed a long while ago before working on this, so i

Re: [Matplotlib-users] Feature Request: RectangleSelector BlockingInput

2008-08-05 Thread John Hunter
On Tue, Aug 5, 2008 at 6:26 PM, Elfnor <[EMAIL PROTECTED]> wrote: > This would be really useful for implementing a user image crop function, > similar to matlab's imcrop for example. David, since you are a recent matlab user and are deeply versed in the blocking code: how hard would it be to simp

[Matplotlib-users] Feature Request: RectangleSelector BlockingInput

2008-08-05 Thread Elfnor
The new ginput function is great. Would it be possible to have a version that looks to the user like a RectangleSelector widget but works for the programmer like ginput? That is, it returns the coordinates of the rectangle. This would be really useful for implementing a user image crop function