From: Bruce S. <Bru...@nc...> - 2011-02-19 04:15:44
|
In the contributed section of vpython.org there is this: graph-mouse.py lets you explore details of a graph by dragging the mouse I'd like to see this kind of interactivity in the regular graph module, and I may implement something (I wrote graph.py). Presumably it would have to work like the controls module, that you would have to call the graph module repeatedly to let it look for events. Bruce Sherwood On Fri, Feb 18, 2011 at 4:24 AM, Dan Aldrich <dal...@ea...> wrote: > The online documentation mentions that you can highlight a point on a > gcurve using dot=True. I'd like to let the user select a point on a > curve either with the mouse or a slider. Anyone have a code snippet > that shows how to do that? > > Thanks, > -d > > > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |