Chart Types & When to Use Them
Chart Types & When to Use Them
- Bar chart — compare categorical quantities
- Line chart — show trends over time
- Scatter plot — reveal relationships between two quantitative variables
- Pie chart — show parts of a whole (use sparingly, ≤ 5 slices)
- Histogram — display the distribution of a single quantitative variable
- Box plot — summarize spread, center, and outliers
| Goal | Chart |
|---|---|
| Compare categories | Bar (horizontal if many labels) |
| Show trend over time | Line |
| Show distribution | Histogram, box plot |
| Show relationship | Scatter plot |
| Part-to-whole | Stacked bar, pie |
| Heat / density | Heat map, contour |
Maximize the share of ink used to display data. Remove chart junk — unnecessary gridlines, 3-D effects, decorative elements.
You have monthly revenue for 12 months. Which chart?
Line chart — reveals the trend across time.
You want to compare exam scores in five classes. Which chart?
Side-by-side box plots — show medians, spreads, and outliers.
Why is a pie chart bad for 12 categories?
Humans are poor at judging small angle differences — a bar chart makes comparisons far easier.
Practice Problems
Show Answer Key
1. Line chart
2. Pie chart (or bar chart)
3. Non-data visual elements that clutter the chart
4. When category labels are long
5. Histogram: continuous data in bins; bar chart: discrete categories with gaps
6. Scatter plot
7. When showing values across two categorical dimensions (e.g., correlation matrix)
8. Range of non-outlier data (typically 1.5 × IQR from quartiles)
9. Grouped bar (individual bars are easier to compare)
10. Proportion of ink that represents actual data vs. total ink
11. Pie chart or stacked bar
12. Perspective distortion makes bar heights harder to compare accurately