A proportional symbol only reads correctly if value maps to area, with a legend giving a size reference
Aliases: area mapping · size legend · nested legend
What it is
Whether proportional symbols read correctly depends on two design decisions: the value must map to the symbol's area, not to its radius or diameter, and the legend must provide a size reference rather than a lone sample symbol. Together these keep the area channel's perceptual error within acceptable bounds. Linear radius mapping is the most common violation: it compresses the apparent ratios of large values and leads readers to systematically underestimate disparity.
Why it happens
Perception research shows that readers judge symbol magnitude approximately by area, so area mapping makes perceptual weight isomorphic to numeric weight: double the value doubles the area, and the perceived "twice as big" matches the data. Under radius mapping, area grows with the square—a 10x difference in value appears as only about a 3.2x difference in diameter, which readers perceive by area as roughly "three times bigger". The underestimate is baked into the mapping. The legend supplies the calibration anchor: a single sample symbol calibrates one point, while a nested-circle legend (several concentric or adjacent circles labeled with reference values) lets a reader build the whole perceptual scale in one glance, markedly shrinking ratio-estimation error. A diagonally staggered legend fits area-comparison perception better than a side-by-side row.
Where it stops holding
Area mapping minimizes error; it does not eliminate it. Perceived area deviates from physical area (roughly a 0.7-0.8 power law), so ratio estimates remain conservative. When values span multiple orders of magnitude, continuous proportional scaling pushes the small symbols below the legibility threshold, and the design should switch to graduated (discrete) sizes and give up continuous readings. The two claims are incompatible: graduated sizing concedes "exact ratios cannot be read", continuous scaling insists "the mapping is continuous"—pick one.
Applying it
- Fix the mapping as: symbol area = k x value. Never scale radius or diameter linearly.
- Build the legend from nested or staggered circles labeled with two or three reference values near the minimum, middle, and maximum magnitudes.
- Verify by asking readers to estimate the value of an unlabeled symbol using the legend alone; an estimate within ±20% of the truth passes, and a systematic underestimate means the mapping used radius or the legend lacks anchors.
Related
- Same group: U12.04.1 Proportional symbols encode values as symbol area placed at geographic locations · U12.04.3 Symbols must be drawn in size order when they overlap · U12.04.4 Proportional symbols fit absolute quantities; choropleths fit rates · U12.04.5 Extreme values shrink the remaining symbols below legibility
- Nearby: U1.09.1 Each visual channel supports only a limited number of reliably distinguishable levels · U12.03.3 Cluster markers must encode how many points they contain
- Search terms:
area mapping·size legend·nested legend
Cards in the same group
- U12.04.1A bubble map turns a raw quantity into the area of a symbol sitting at that place's location
- U12.04.3Symbols must be drawn in size order when they overlap
- U12.04.4Proportional symbols fit absolute quantities; choropleths fit rates
- U12.04.5Extreme values shrink the remaining symbols below legibility