문제

I want to plot a 3-d line graph having many data points. Each data point represent a (x,y,z) combination. Does anyone know about any javascript library that can plot these points in 3-d plane?

Thanks in advance.

도움이 되었습니까?

해결책

How about z3d.js, it is easy to use. For more complex graphs, you may consider d3.js . Here is a similar question about d3.js : 3 dimension (X, Y and Z) graph using D3.js ?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top