Hi am doing a web app in react and I have a python backend to analyse some audio files, I am thinking to use plotly for the charts on the frontend to create something like this:
to me it seems just a 3d chart for multiple series with time on the 3rd axis …
any examples around that ?
Thanks!
AIMPED
June 23, 2023, 1:31pm
2
Hi @daviarge welcome to the community!
Maybe this topic is helpful. I Know that it is using Python but the syntax is quite similar.
Is it possible to add a shape to a 3D plot?
I am trying to add a “floor” to my 3D plot. I tried using add_trace with a shape, but not having any luck getting the shape to show up. Should this work? or is there a better approach. Basically, I want to add a little color to the z plane, so its clear which way is up and down in my plot. thanks
1 Like
Thanks that’s probably it, I’ll give it a go