4

I am learing and searching for an example of an interactive 3d scatter plot, which is using D3.js and Three.js.

How can I make a scatter plot with 3 axis (x, y, z)? And also how to combine it with Three.js to make it into 3D? On the other hand, I have made a json file and hoping to import into the scatter plot. Do I need a web server to import them?

Extra question: In the scatter plot, I would also like to do some interaction, such as zoom in and out, filtering data display, and also putting different data type into the x,y,z axis?

If there is any example from data visualization site or other resources you know, may I ask to share with me and I can look at?

1
  • Can you please provide some examples of what exactly do you want to achieve ? What kind of 3d scatter plot ? Aren't current libraries enough for what you want to achieve ? Commented Mar 18, 2015 at 20:58

1 Answer 1

4

I created a 3d plugin for d3js for exactly that purpose. Please take a look at this example.

Sign up to request clarification or add additional context in comments.

3 Comments

Welcome to Stack Overflow! Please note that overt self-promotion is not allowed here. If you want to draw more attention to your project, you are allowed to link it in your profile page.
Can you please look at this question regarding d3 stackoverflow.com/questions/67312494/…
@Niekes can you tell me is that possible to have all three axes on your example with rotation ? Because I'm trying to do not find any catch. Thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.