A bubble map turns a raw quantity into the area of a symbol sitting at that place's location
Aliases: proportional symbol map · bubble map · graduated symbol
What it is
A proportional symbol map—most commonly a bubble map—draws each valued entity as a symbol centered on that entity's geographic location, with the symbol's area proportional to its value. It turns "absolute quantity" into a third dimension on the map: position carries "where", area carries "how much". The fundamental contrast with a choropleth is that a choropleth fills the entire region with the value, while a symbol map carries the magnitude in a point-like symbol independent of the region's shape.
Why it happens
Symbol maps escape the choropleth's problem of visual weight being held hostage by region area: a small but numerically huge city can draw a large symbol without being shrunk by its small administrative boundary. Position and area divide the labor cleanly—geographic accuracy comes from the symbol center, and magnitude comparison comes from area. This makes them a natural fit for absolute quantities (population, sales, event counts): one symbol per entity, with no need to divide by area or population first. The cost is the area channel itself: human judgment of area is imprecise, ratios between large symbols are routinely underestimated, and exact readings must lean on the legend and labels. The contrast with a dot map is the added dimension: one dot per event, versus one symbol per aggregated value.
Where it stops holding
Area-perception bias is the channel's built-in ceiling: readers can usually rank symbols correctly but underestimate how many times larger one is than another. When many symbols sit close together, occlusion becomes the dominant problem. Symbols fit the "absolute quantity per entity" data shape; for rates or densities they are not the first choice. And whether the mapping runs through area or radius decides whether readings distort—that is the next card's dedicated topic.
Applying it
- Use circles as the default symbol: unbiased area computation, the best-studied perception, and outlines that stay recognizable under overlap.
- Prefer symbol maps over choropleths for absolute quantities; compute a rate (per area or per capita) first if you are considering a choropleth.
- Verify by asking readers to rank three to five symbols and estimate their ratios; ranking errors point to occlusion or a faulty size mapping, and ratio underestimates beyond a factor call for a stronger legend.
Related
- Same group: U12.04.2 Symbols must map value to area and carry a size legend · 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: U12.02.2 Choropleths should map rates rather than absolute counts · U12.03.3 Cluster markers must encode how many points they contain
- Search terms:
proportional symbol map·bubble map·graduated symbol
Cards in the same group
- U12.04.2A proportional symbol only reads correctly if value maps to area, with a legend giving a size reference
- 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