Histograms
| English | Chinese | Pinyin |
|---|---|---|
| histogram | 直方图 | zhí fāng tú |
| frequency density | 频数密度 | pín shuò mì dù |
| class width | 组距 | zǔ jù |
When bar widths matter
- A bar chart always has equal-width bars. But what if your data classes have different widths?
- A histogram 直方图 solves this: the area (not the height) of each bar represents the frequency.
Frequency-density histogram
With unequal class widths the bar height is frequency density, so the area (not the height) represents the frequency.
Frequency density 频数密度
- When class widths 组距 vary, the vertical axis shows frequency density:
Frequency $25$, class width $10$: density $= \dfrac{25}{10} = 2.5$.
Height $\neq$ frequency. In a histogram with unequal widths, a tall narrow bar might represent fewer data points than a short wide bar. It's the area ($= \text{density} \times \text{width} = \text{frequency}$) that counts.

A pictogram uses a symbol to stand for a number of items
A class has frequency 25 and class width 10. Find the frequency density.
25 ÷ 10 = 2.5.
On a histogram, the frequency is shown by each bar's:
With unequal widths, area (not height) represents frequency.
A class has frequency 30 and class width 5. Find the frequency density.
30 ÷ 5 = 6.
In a histogram with unequal class widths, the tallest bar always has the highest frequency.
A tall narrow bar might have a smaller area (and thus lower frequency) than a short wide bar.
Worked examples
- Frequency $25$, width $10$ → density $= 2.5$.
- Frequency $30$, width $5$ → density $= 6$.
- Frequency $40$, width $20$ → density $= 2$.
A histogram bar has frequency density 4 and class width 8. What is the frequency?
Frequency = density × width = 4 × 8 = 32.
Reading a histogram
- To find the frequency of a class: $\text{density} \times \text{width} = \text{frequency}$.
- To compare classes: look at the area of each bar, not the height.
When all classes have the same width, a histogram looks like a normal ______ chart.
With equal widths, frequency density is proportional to frequency, so it resembles a bar chart.
Why histograms look like bar charts
- When all classes have the same width, the density is proportional to the frequency — so the histogram looks like a normal bar chart.
- It's only with unequal widths that the density axis becomes essential.

Histogram bars are like proportional blocks: the area (width × height) gives the frequency, not just the height.
You've got it
- in a histogram, the area of a bar $=$ frequency (widths can differ)
- vertical axis $=$ frequency density $= \dfrac{\text{frequency}}{\text{class width}}$
- frequency $25$, width $10$ → density $2.5$