d3-3d icon indicating copy to clipboard operation
d3-3d copied to clipboard

Is it possible to select points on 3d scatter plot using brush selection.

Open gauravrawat440 opened this issue 3 years ago • 1 comments

I want to select points on the 3d scatter plot just the way we do it in 2d scatter using d3 brush.

gauravrawat440 avatar Jun 25 '21 13:06 gauravrawat440

Without any specific code, it's a bit challenging to provide a detailed solution. However, in theory, you can approach selecting points on a 3D scatter plot similarly to how it's done in 2D space using d3 brush. The concept remains consistent. If you have specific code or a more detailed requirement, feel free to share, and I can provide a more tailored response

Niekes avatar Dec 18 '23 16:12 Niekes