Selection with scatter3d

I’m rendering a scatter3d plot, and it doesn’t appear that there is support for selection (e.g. %>% layout(dragmode = “select”) )

I would imagine that this could be difficult to implement, but I thought I’d put in the feature request nonetheless. Perhaps make it a mode of selection for the mouse and select all the points that are in the plane of the screen with infinite depth?

1 Like

That’s correct select-box and lasso selections aren’t available for scatter3d traces. In fact, they are only available for scatter traces with mode containing markers and/or text.