[Matplotlib-users] Draging Points and Graph
Title: Flashmail Hello, I would like to drag points and graphs of functions with the mouse. Is there an example somewhere of this kind of functionnality ? Christophe. -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword___ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] Draging Points and Graph
On Sat, Jan 31, 2009 at 5:03 AM, wrote: > Hello, > > I would like to drag points and graphs of functions with the mouse. Is there > an example somewhere of this kind of functionnality ? Take a look at the event handling tutorial -- it includes a draggable rectangle example http://matplotlib.sourceforge.net/users/event_handling.html JDH -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword ___ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] Draging Points and Graph
>On Sat, Jan 31, 2009 at 5:03 AM, wrote: >> Hello, >> >> I would like to drag points and graphs of functions with the mouse. Is there >> an example somewhere of this kind of functionnality ? > >Take a look at the event handling tutorial -- it includes a draggable >rectangle example > >http://matplotlib.sourceforge.net/users/event_handling.html > >JDH Thanks for the link. C. -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword ___ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
[Matplotlib-users] Draging Points linked to lines.
>On Sat, Jan 31, 2009 at 5:03 AM, wrote: >> Hello, >> >> I would like to drag points and graphs of functions with the mouse. Is there >> an example somewhere of this kind of functionnality ? > >Take a look at the event handling tutorial -- it includes a draggable >rectangle example > >http://matplotlib.sourceforge.net/users/event_handling.html > >JDH Indeed I would like to draw for example a line A-B-C-D where A,B,C and D are four points that could be drag. Is there someone who had done that ? -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword ___ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
