Re: [Matplotlib-users] activate/deactivate RectangleSelector

2007-09-20 Thread John Hunter
On 9/20/07, Matthias Michler <[EMAIL PROTECTED]> wrote: > Hello developers, > > I'm sorry for reposting again. I really would like to have this feature in > mpl. > Please let me know if there is anything I can do to change my proposal to make > it match with matplotlib. Committed to svn revision 3

Re: [Matplotlib-users] activate/deactivate RectangleSelector

2007-09-20 Thread Matthias Michler
Hello developers, I'm sorry for reposting again. I really would like to have this feature in mpl. Please let me know if there is anything I can do to change my proposal to make it match with matplotlib. thanks in advance and best regards, Matthias ---

Re: [Matplotlib-users] activate/deactivate RectangleSelector

2007-06-26 Thread Matthias Michler
Hello John, thank you for your reply. I'm not sure I really understood the widgetlock, but I think the following lines seem to do what I want - (Am I right?): +# If canvas was locked +if not self.canvas.widgetlock.available(self): +return True I attached once more my

Re: [Matplotlib-users] activate/deactivate RectangleSelector

2007-06-26 Thread John Hunter
On 6/26/07, Matthias Michler <[EMAIL PROTECTED]> wrote: > Hello everybody, > > first of all: Sorry for posting to my own thread. > But I really like this new feature and may be the last message got lost among > the lots of mpl-mails. So I ask you once more for comments on this issue > (please). > >

Re: [Matplotlib-users] activate/deactivate RectangleSelector

2007-06-26 Thread Matthias Michler
Hello everybody, first of all: Sorry for posting to my own thread. But I really like this new feature and may be the last message got lost among the lots of mpl-mails. So I ask you once more for comments on this issue (please). Is this new feature a bug to some of the RectangleSelector-users o

[Matplotlib-users] activate/deactivate RectangleSelector

2007-05-07 Thread Matthias Michler
Hello list, refering to the thread 'activate/deactivate RectangleSelector' of the developer-mailing-list I thought a bit about the problem because I found it quite irritating that the RS couldn't be stopped during zooming. I attached a patch including Martin's example and my proposal to (de)act