How do you rotate the axis of a plot in Plotly?
问题 I have the following plot done in Plotly As you can see the X,Y axis are in the traditional way. How can I rotate the axis so that X is plot vertically and Y horizontally (to the left)? (also I would like to modify the reach and separations of each axis) I suppose it has to do something with the layout element. My code if so far layout= go.Layout(title=go.layout.Title(text=title,x=0.5), xaxis={'title':'x[m]'}, yaxis={'title':'y[m]'}) point_plot=[ go.Scatter(x=[series[listoflabels[0]]],y=