Which chart for which data?
Match the chart to the data type.
Categorical data (favourite colour, type of pet, brand):
- Bar chart: bars NOT touching, separated. Height = count or proportion.
- Pie chart: each slice's angle = .
Numerical data, discrete (number of pets, score out of 10):
- Bar chart: same as above. Often called a 'frequency chart'.
Numerical data, continuous (height, weight, time):
- Histogram: bars TOUCHING (representing intervals/bins). Area = frequency (or 'frequency density' for unequal widths).
- Line graph for time series.
Bivariate data (two variables per data point):
- Scatter plot: shows correlation/relationship.
Summary of distribution:
- Box plot: shows min, Q1, median, Q3, max — a 5-number summary.
| Data type | Best chart |
|---|---|
| Categorical, comparing categories | Bar chart, pie chart |
| Categorical, proportions of whole | Pie chart |
| Numerical, continuous | Histogram |
| Time series | Line graph |
| Two numerical variables | Scatter plot |
| Distribution summary | Box plot |
Worked example: pie chart. Class of 30 students. 12 walk, 8 cycle, 6 bus, 4 car. Find pie chart angles.
- Walk: .
- Cycle: .
- Bus: .
- Car: .
- Check: ✓.
- Bar chart: categorical or discrete numerical.
- Histogram: continuous numerical.
- Pie chart: proportions of a whole.
- Scatter plot: two variables.