Is it possible to create a multi-line 3d plot using plotly.js, if so, how?
E.g. I give an array of datasets as input.
Is it possible to create a multi-line 3d plot using plotly.js, if so, how?
E.g. I give an array of datasets as input.
Yes, here’s an example: https://plot.ly/javascript/3d-line-plots/#3d-random-walk-plot
The easiest way to do that in plotly, is to split your data into traces.