Too many facets shrink panels below readability
Aliases: facet count ceiling · panels too small
What it is
Small multiples trade layout for readability, and layout is constant: double the panels and each one halves. A few dozen panels still work; past a hundred, each shrinks to a postage stamp — axis labels crowd into vertical ants, lines compress to a brush stroke or two, panel titles stop reading. Facet count has a readability ceiling (empirically 20–30 panels in one dimension, around 10×10 in two), beyond which the right moves are aggregating, hierarchizing, or paginating with scroll and filter — never cramming the grid into one screen.
Why it happens
A panel's readability is set by its minimum information units: axis ticks need room at the smallest font, line peaks and valleys need a few pixels of relief, panel titles and borders need to be legible. As panel count grows, these units compete for fixed layout, sacrificing the axis first (drop ticks), then detail (flatten waveforms), finally titles (abbreviations only). Structural identity degrades too: once a panel is too small to read its axis, "shared scale" exists in name only and readers fall back to rough silhouettes. Screens hit the ceiling sooner than print (pixel density and viewing distance).
Where it stops holding
Beyond the ceiling, choose by data shape: aggregate (a hundred panels collapse by a secondary dimension into a dozen, with drill-down for detail); scroll and paginate (interactive settings batch the panels, preserving panel size); change representation (dozens of time series become a heatmap, dozens of distributions a box-plot array — both with higher density ceilings); two-level facets (hierarchical navigation from major to minor categories). Static media cannot scroll and must cap more conservatively.
Applying it
- Compute panel count and per-panel size before laying out facets; a panel below threshold (say 200×120 pixels) triggers aggregation or pagination.
- Prefer high-density alternatives like heatmaps or box arrays for large sets; reserve small multiples for cases where shape comparison truly matters.
- Verification: on the target medium, check the smallest panel's tick legibility and peak-valley visibility; failure means over the limit.
Related
- Same group: U2.15.1 Small multiples replace overlay with repeated like-for-like panels · U2.15.2 All facets must share the same scale to be comparable · U2.15.3 Facet order should carry information, not alphabetical habit · U2.15.5 Small multiples compare shapes, not precise values
- Nearby: U2.10.1 Heatmaps suit dense two-dimensional values · U6.05 Drill-down and roll-up
- Search terms:
facet count·panel size·aggregation·small multiples