Here is the program I used:
library(plotly)
mydata = read.csv(\"data_to_plot.txt\")
df = as.data.frame(mydata)
p <- df %>%
group_by(X) %>%
plo
You can solve this by continuing to rotate the plot using turntable rotation. Originally, the axes are oriented with the largest values facing you. As you rotate, one by one they will become oriented the other way, then go back to where they started. This may be why autorange = "reversed" doesn't work in 3d plots.