Re: [matplotlib-devel] Alternate lasso: click to form polygon

2008-07-30 Thread Eric Bruning
On Tue, Jul 29, 2008 at 11:12 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > Eric Bruning wrote: >> >> On Tue, Jul 29, 2008 at 10:53 PM, Eric Firing <[EMAIL PROTECTED]> wrote: >>> >>> Eric Bruning wrote: > >>> I gave it a quick try with gtk backend. The polygon is drawn based on >>> clicks, but noth

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-30 Thread Nils Wagner
On Tue, 29 Jul 2008 16:43:42 -0500 "John Hunter" <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 4:38 PM, Paul Kienzle ><[EMAIL PROTECTED]> wrote: > >> Okay, how about >>if not hasattr(self,'IsVisible'): >>self.IsVisible = lambda self: True >> in __init__ >> >> That way it will

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-30 Thread John Hunter
On Wed, Jul 30, 2008 at 10:58 AM, Nils Wagner <[EMAIL PROTECTED]> wrote: > Sorry for the delay and thank you for your patience. > Here is the output of the "never-ending story" Could you try again with r5932 - This SF.Net em

Re: [matplotlib-devel] Alternate lasso: click to form polygon

2008-07-30 Thread Eric Bruning
I tried with the Tk backend, and I'm seeing the same problem as Eric F has with GTK. The problem seems to be with idle_event not getting triggered on some of the backends. The checkins having to do with idle_event from the end of June indicate that idle_event is still somewhat experimental. What'

Re: [matplotlib-devel] Alternate lasso: click to form polygon

2008-07-30 Thread John Hunter
On Wed, Jul 30, 2008 at 4:31 PM, Eric Bruning <[EMAIL PROTECTED]> wrote: > I tried with the Tk backend, and I'm seeing the same problem as Eric F > has with GTK. The problem seems to be with idle_event not getting > triggered on some of the backends. > > The checkins having to do with idle_event fr