Skip to content
Prev 180110 / 398513 Next

selecting points on 3D scatterplots

On 5/12/2009 3:08 PM, Abby Drake wrote:
There's no locator3d, but select3d is somewhat similar.

You could write a locator3d function using the rgl.setMouseCallbacks, 
rgl.user2window and rgl.window2user functions, if you can figure out how 
to indicate depth with a mouse click.  identify3d might be a little easier.

Duncan Murdoch