enter image description hereI have generated this 3D line plot. I’d like to code somethings:
- I want the traces to be reversed by hour. For instance: The line at Hour 0 is towards the front and the line at hour 4 is at the back.
- Additionally, I’d like the Intensity axis and hour axis to share a common 0
I have tried rotating the camera angle using this code;
scene = list(camera = list(eye = list(x = -1.25, y = 1.25, z = 1.25)))
However, it didn’t reverse the order as I would like
New contributor
strummy99 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1