Histogram by percentage (but not by absolute value)
Open
- Dominant language
- Python
- Stars
- 16k
- Forks
- 889
- PR merge metrics
- No merged PRs in 30d
Description
As a data scientist, very often I make many histogram plots by many dimensions.
I often compare distributions with each other by looking at side-by-side histograms, but aligning them by percentage - same as
https://seaborn.pydata.org/generated/seaborn.histplot.html
stat = probability or proportion: normalize such that bar heights sum to 1
But in your case this is problematic:

Contributor guide
Assessment
This issue has not been assessed yet.