Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

3d scatterplot javascript or SVG

Tags:

javascript

svg

3d

i am new to this forum. At the moment i search for a 3d Scatterplot engine / library for java script or SVG. Like this:

enter image description here

It is importent that you can rotate it to observe the point cloud. A nice feature would be to define a color for each point.

like image 285
user1811631 Avatar asked May 03 '26 04:05

user1811631


1 Answers

SVG is a graphics format you can use for rendering the plot. To calculate your plot you need Javascript. You create the plot by generating SVG with Javascript, don't mix this up… There is also the <canvas> tag that provides a drawing context, it could make a better performance if you have very much points to show.

Perhaps three.js or d3.js can help you to implement this. There are also a lot Javascript chart libraries out there maybe there is one the exactly does what you want.

good luck…

like image 181
philipp Avatar answered May 04 '26 18:05

philipp



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!