Normalized values · Hover for detail · Scroll or pinch to zoom · Click region to highlight
A choropleth map uses colour saturation to encode a continuous quantitative variable across geographic regions. Each country or area is filled with a shade drawn from a sequential colour ramp — light for low values, dark for high. The viewer's visual system performs the comparison pre-attentively: geographic clusters, outliers, and gradients emerge immediately without reading axes or scales.
Choropleths exploit colour lightness as an encoding channel — the most intuitive channel for a single ordered variable across spatial units. They are best suited to data that is meaningfully attached to fixed geographic areas, such as rates, per-capita figures, or indices. They are not suitable for raw totals (large countries appear dominant by size alone) or for data with more than one dimension per region.
This map encodes GDP per capita (USD) for countries worldwide — a measure of economic output divided by population, used as a proxy for average living standards. The colour ramp runs from pale parchment (lowest income) to deep espresso (highest), drawn from the walnut end of the hai palette.
A logarithmic scale is applied by default because GDP per capita spans three orders of magnitude (roughly $200 to $130,000). On a linear scale, most of the world compresses into the lowest 10% of the ramp and meaningful differentiation between low- and middle-income countries disappears. The log scale restores perceptual resolution across the full range. Use the Scale control above to compare log, square-root, and linear encodings and observe how the geographic story changes.
A choropleth map exploits colour saturation and lightness as an encoding channel for a continuous quantitative variable across pre-defined geographic regions. The viewer's visual system performs an effortless pre-attentive scan — dark regions read as high, light regions as low — without requiring them to decode any axis or scale. This makes geographic concentration, clustering, and outliers immediately visible at a glance.
The critical perceptual dependency: this only works when the colour ramp is perceptually uniform — equal data steps must produce equal apparent colour steps. Non-uniform ramps (naive RGB interpolation) create false visual boundaries in the middle of a continuous range.
The data structure is a one-to-one mapping of a normalized continuous variable to geographic regions (countries). The message is about geographic variation — where in the world is the value high, where is it low, and what spatial clusters emerge? That question is fundamentally spatial, so the encoding must be spatial. A bar chart of 150+ countries would require sorting to be readable and would destroy the geographic signal entirely.
A logarithmic scale is applied by default because GDP per capita spans three orders of magnitude ($200–$130,000). On a linear scale, most of the world compresses into the bottom 10% of the ramp and the entire map appears nearly uniform. The log scale restores perceptual resolution across the full income range.
The next-best alternative for this message is a bubble map (proportional symbol map) — circles sized by value, centred on each country. It would be more accurate for precise comparison (area encodes magnitude, which is more readable than hue), but it fails for small countries (circles overlap in Western Europe, the Caribbean, Southeast Asia) and it cannot show the continuous geographic gradient that makes a choropleth visually compelling. The choropleth wins here because the message is about pattern across space, not precise comparison of individual countries.
A nine-slice pie chart or stacked bar would be a categorical error — this data is not compositional and does not sum to a meaningful whole.
The colour ramp interpolates from #F5EBE0 (pale parchment) to #3B1A07 (deep espresso) — both pulled from the walnut end of the hai palette. This is a single-hue sequential ramp, which is perceptually honest: there is one direction of change (low → high), so there should be one direction of colour change. Diverging ramps (two hues meeting at a midpoint) are reserved for data with a meaningful zero or threshold — not for a one-directional continuous variable like income.
FT Visual Vocabulary category: Location — "Where things are, geographic patterns and distributions." Abela quadrant: Comparison (comparing a single metric across many geographic units). Tufte principle applied: the map is the data; no redundant ink outside the colour encoding and necessary reference labels.