Please tell me how to add labels to the axes on the Surface graph.
The result:
So, there isnโt any x and y axis title.
And one more question: My graph is based on numeric and text data. But on the graph, instead of text, numbers are written. Is there any way to fix this?
My data is:
@Fleur-de-Grace
In 3d, axes are instances of the classes go.layout.scene.XAxis, go.layout.scene.YAxis, respectivelygo.layout.scene.ZAxis.
Hence, instead of the two lines in your code, that set axis titles , insert:
Yes, indeed, thank you.
And is it possible to display the text on the axis instead of the number?
(for example, i have some names of people and i would like to show them on axis (now just numbers from one to number of names) )