Niekes / d3-3d

d3-3d is a powerful JavaScript library designed for 3D visualizations, specifically tailored to work seamlessly with d3.js. This library enables the projection of 3D data onto web browsers, making it an essential tool for developers interested in creating immersive and dynamic visualizations.
BSD 3-Clause "New" or "Revised" License
352 stars 34 forks source link

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

Open gauravrawat440 opened 3 years ago

gauravrawat440 commented 3 years ago

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

Niekes commented 8 months ago

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