Rainfly
0
Q:

plotly vertical bar chart

import plotly.express as px
df = px.data.tips()
fig = px.bar(df, x="total_bill", y="day", orientation='h')
fig.show()
0

New to Communities?

Join the community