Small multiples are a way to compare many related data views by repeating the same chart design in a grid. Each mini chart shows a different category, region, time period, or group while keeping the axes and visual encoding consistent. This matters because the viewer can scan for patterns, outliers, trends, and differences without learning a new chart each time.
Small multiples are especially useful when putting all data into one chart would create clutter.
Key Facts
- Small multiples use repeated charts with the same structure to compare categories or time periods.
- Use the same axis limits across panels when the goal is direct comparison of size or trend.
- A common layout is a grid such as 3 by 4 = 12 panels or 2 by 5 = 10 panels.
- Keep visual encoding constant, such as using the same line color, bar meaning, and scale in every panel.
- Panel density = number of panels / display area, so labels and spacing must stay readable.
- Small multiples reduce overplotting by separating groups while preserving a common comparison frame.
Vocabulary
- Small multiples
- A set of similar charts arranged together so different groups or time periods can be compared easily.
- Panel
- One individual mini chart within a small multiples display.
- Common scale
- A shared set of axis limits used across panels so values can be compared directly.
- Visual encoding
- The way data values are represented using position, length, color, shape, or size.
- Overplotting
- A problem that occurs when too many data marks overlap in one chart, making patterns hard to see.
Common Mistakes to Avoid
- Changing the y-axis scale in each panel, which makes differences look larger or smaller than they really are when comparing magnitudes.
- Using different colors or symbols to mean different things across panels, which forces the viewer to relearn the chart and can cause misinterpretation.
- Adding too many panels or too much detail, which makes the display crowded and removes the advantage of quick scanning.
- Sorting panels randomly, which hides structure that could be clearer if panels were ordered by time, size, geography, or another meaningful variable.
Practice Questions
- 1 A small multiples display has 12 panels arranged in 3 rows. How many columns are needed, and why might this layout be easier to scan than one row of 12 panels?
- 2 A designer has 10 categories and wants each panel to be 4 cm wide and 3 cm tall, with 0.5 cm of horizontal space between panels. If the panels are arranged in 5 columns, what is the total width of the panel area including the spaces between columns?
- 3 You are comparing monthly sales trends for 8 regions. Explain why using the same y-axis scale in every panel may be better than automatically scaling each panel separately.