I'm plotting a graph via plotly, and I'm trying to rename my axes.
This is my code, with date, variable and value being columns in my file:
plot_ly(data, x = ~date, y = ~variable, z = ~value)
and this is my graph:
I'm trying to rename value, variable, date. Can you help me achieve it?
Thanks
question from:https://stackoverflow.com/questions/66050609/rename-axes-in-plotly