Histogram Bin Size with Plotly Express

Plotly Express Histogram is very cool because it gives us the possibility to easily set the facets, change the number of bins and nicely merges with Dash, but I would like to define the bin size.
I’ve seen this feature in go.Histogram() but not in px.Histogram
Has anyone found a workaround?
Cheers!
Ref: https://plotly.com/python/plotly-express/

3 Likes