Closed
Description
Hi,
For plotly.express, I cannot find a way to add barlabels to a histogram. None of the examples on this page - https://plot.ly/python/histograms/ - provide barlabels either. Here is one example:
import plotly.express as px
df = px.data.tips()
fig = px.histogram(df, x="total_bill")
fig.show()
It works fine with barcharts, tough:
Is there a way to add barlables to histograms?
Metadata
Metadata
Assignees
Labels
No labels