Skip to content

support bar plots #34

Description

@thomas-saigre

Some plots from this page are now working yet: https://plotly.com/python/horizontal-bar-charts/

For instance

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

results in this figure, where bars are not well aligned

Image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions