On Tue, May 26, 2009 at 1:50 PM, william ratcliff <
william.ratcl...@gmail.com> wrote:

> Hi!  I just tried the draggable rectangle "extra credit" example from:
> http://matplotlib.sourceforge.net/users/event_handling.html
> and as it is, it doesn't work.  In the on_press method, I had to change:
>
> x0,y0=self.rect.xy to:
> x0=self.rect.get_x()
> y0=selft.rect.get_y()


The rect.xy attribute was already put back into SVN head.

Ryan

-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
Sent from Norman, Oklahoma, United States
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to