0
fig = df.plot(x='base', y=['info1', 'info2'], template = 'plotly_white', title = "Title")
fig.update_xaxes(title_font=dict(size=18, family='Old Standard TT, serif', color='black'))
fig.update_yaxes(title_font=dict(size=18, family='Old Standard TT, serif', color='black'))
fig.update_layout(titlefont=dict(size =20, color='black', family='Old Standard TT, serif'))

fig.show()

How can I invert the axes so my lowest number appears at the top? This is not a linear graph

Quang Hoang
  • 146,074
  • 10
  • 56
  • 74
Bryn
  • 1
  • 1

0 Answers0