The box plot's strength is comparing many distributions side by side
Aliases: grouped box plots · parallel distribution comparison · comparative box plot
What it is
Side-by-side box plots repeat boxes, median lines, whiskers, and outside points for groups on one quantitative scale. They support comparison of group location, central spread, and tail candidates. Their advantage comes from compact, consistent summaries; it does not mean more groups are always better or that boxes dominate every distribution display. Questions about modality, individual trajectories, or subtle tails require information that each box removes. For coarse comparison across groups, however, boxes reduce conversion among separate charts.
Why it happens
A shared quantitative axis aligns medians and quartile endpoints, while the repeated grammar directs attention to between-group differences. Purposeful ordering can turn a task-relevant gradient, hierarchy, or time sequence into spatial structure. Each group remains a sample summary: overlapping boxes do not prove equal populations, and separated boxes do not by themselves establish statistical significance. As categories, label length, outside-point crowding, or sample-size imbalance increase, scanning cost and interpretation risk rise again.
Studying it
Separate tasks for median ordering, IQR comparison, tail screening, complete-shape reading, and record lookup before comparing grouped boxes with point plots, ECDFs, violins, and small multiples. Manipulate group count, ordering, labels, scale, sample size, distribution shape, and desktop versus mobile size. Measure accuracy, time, gaze switching, and confidence. Use predefined task tolerances rather than aesthetic preference or a fixed number of seconds, and test whether screen-reader users can navigate by group and statistic.
Where it stops holding
Comparison requires common units, inclusion rules, time windows, transformations, quantile algorithms, and whisker conventions. Preserve natural order for time, process, or ordinal categories; median sorting can serve exploratory ranking when its key is explicit. With too many categories, facet by meaningful hierarchy, filter, or support search, but do not retain only the most different groups. Separate boxes also hide paired or repeated-measure change, which needs connected observations or an appropriate model.
Applying it
- Choose group order from the primary comparison task, and give all groups one visible quantitative axis, unit, and statistical convention.
- Place sample size near every group. Overlay legible raw points or offer group-level expansion when shape or case detail matters.
- Design wrapping, scrolling, or reorientation for long labels, narrow screens, and zoom. Preserve programmatic label-to-box relationships rather than relying on position or color alone.
- Provide a group-navigable structured summary and table with median, Q1, Q3, whisker ends, outside-point count, and missingness.
- Test ranking, spread, and tail-candidate questions from the real workflow. Rework order, labels, or analysis notes if readers repeatedly consult a legend or treat summary differences as significance tests.
Related
- Same group: U2.09.1 Box plots compress a distribution into five statistics · U2.09.2 Whisker and outlier rules are not unique; state them with the chart · U2.09.4 Sample size does not show in the box; annotate it separately · U2.09.5 Small-sample quartiles are unstable; box width is uninterpretable
- Nearby: U2.02.3 Order categories by value, not alphabet · U2.15.1 Small multiples replace overlay with repeated like-for-like panels
- Search terms:
side-by-side box plots·group comparison·shared scale·distribution summary