You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this is one of the only inconsistencies in the plotly.js api.
When you have a 3d plot in order to change axis titles you need to construct a scene field on the layout, then set things on xaxis, yaxis, zaxis within the scene
That means you need to do Layout(scene_xaxis_title="x_axis")
The following does not change the title of the x-axis:
The text was updated successfully, but these errors were encountered: