A histogram is just a type of [[Bar Chart]] which plots the **number of occurrences** of a particular value in a series of data.
For a histogram:
- The Y axis is **number of occurrences**
- The X axis is:
- For [[Categorical Data]], the categories
- For Numeric Data, bucketed ranges
Histograms show [[Histogram Skewedness]].
****
# More
## Source
- [[Myself]]
## Related
- [[Diagram Types (index)]]