Re: [matplotlib-devel] Event handling example not working

2008-11-05 Thread Ryan May
John Hunter wrote: > On Wed, Oct 29, 2008 at 4:00 PM, Ryan May <[EMAIL PROTECTED]> wrote: > >> Here's probably a better question to ask than just to fix the example. >> Was it intended that the Rectangle.xy attribute disappear? I couldn't >> find it documented in API_CHANGES. It appears that ther

Re: [matplotlib-devel] Event handling example not working

2008-11-03 Thread Neil Crighton
*re-reads email* Apparently it won't teach me. Sorry for the spam. 2008/11/3 Neil Crighton <[EMAIL PROTECTED]>: > Thanks - sorry for posting the mailing list address instead of the the > event handling page(!). That'll teach me to email before > proof-reading... > > 2008/10/29 Ryan May <[EMAIL

Re: [matplotlib-devel] Event handling example not working

2008-11-03 Thread Neil Crighton
Thanks - sorry for posting the mailing list address instead of the the event handling page(!). That'll teach me to email before proof-reading... 2008/10/29 Ryan May <[EMAIL PROTECTED]>: > Neil Crighton wrote: >> I noticed on the event handling doc page: >> >> matplotlib-devel@lists.sourceforge.ne

Re: [matplotlib-devel] Event handling example not working

2008-10-30 Thread Michael Droettboom
Agreed. I think it is missing only be accident. Mike John Hunter wrote: > On Wed, Oct 29, 2008 at 4:00 PM, Ryan May <[EMAIL PROTECTED]> wrote: > > >> Here's probably a better question to ask than just to fix the example. >> Was it intended that the Rectangle.xy attribute disappear? I couldn'

Re: [matplotlib-devel] Event handling example not working

2008-10-29 Thread John Hunter
On Wed, Oct 29, 2008 at 4:00 PM, Ryan May <[EMAIL PROTECTED]> wrote: > Here's probably a better question to ask than just to fix the example. > Was it intended that the Rectangle.xy attribute disappear? I couldn't > find it documented in API_CHANGES. It appears that there was just a > change at s

Re: [matplotlib-devel] Event handling example not working

2008-10-29 Thread Ryan May
> Neil Crighton wrote: >> I noticed on the event handling doc page: >> >> matplotlib-devel@lists.sourceforge.net >> >> that the draggable rectangle example doesn't work in version 0.98.3. >> The rectangle class no longer seems to have the xy property. If you >> replace the current on_press() metho

Re: [matplotlib-devel] Event handling example not working

2008-10-28 Thread Ryan May
Neil Crighton wrote: > I noticed on the event handling doc page: > > matplotlib-devel@lists.sourceforge.net > > that the draggable rectangle example doesn't work in version 0.98.3. > The rectangle class no longer seems to have the xy property. If you > replace the current on_press() method in th