Multi line 3d plot

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.

1 Like

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.

2 Likes