Hello,
I am plotting some 3d graphs in matlab and converting them to plotly graphs. For one of them i need to flip the z axis so the values go in descending order. This is how it is originally in the matlab graph but plotly reverses the order.
I tried using autorange = ‘reversed’ on the z axis but it didn’t seem to do anything.
Thanks for the help!