Featured image of post Choropleth Map

Choropleth Map

A thematic map that colors regions according to statistical values.

A choropleth map is a thematic map that colors geographic regions according to statistical values. The regions are usually administrative units such as countries, states, prefectures, municipalities, or census areas. Differences in color intensity or hue make regional patterns easier to see.

Choropleth maps are widely used for population density, income, voting rates, disease rates, risk indexes, and many other regional statistics.

Historical Background

One of the earliest well-known choropleth maps was created by Charles Dupin in 1826 to show literacy levels in France. During the nineteenth century, national statistics and thematic cartography developed together, making regional statistical maps increasingly common.

In the twentieth century, census mapping and government statistical reporting made choropleth maps a standard tool. GIS and web mapping later made them easy to create, publish, and interact with.

Data Structure

A choropleth map combines boundary geometry with regional attributes.

DataRole
Polygon geometryBoundaries for each region
Region identifierKey used to join geometry and statistics
Statistical valueValue used to determine color
Classification methodOptional grouping into color classes
Color scaleVisual encoding of value ranges

Common geographic formats include GeoJSON, TopoJSON, and Shapefile. The statistical table must share a region code or name with the geometry.

Purpose

The purpose of a choropleth map is to show regional difference and spatial pattern. It helps readers see where values are high or low, whether neighboring regions are similar, and whether a phenomenon is concentrated in particular areas.

Choropleth maps work best for rates, ratios, densities, indexes, and other normalized values. Raw counts can be misleading because large or populous regions often dominate the visual pattern.

Use Cases

  • Population density or aging rate
  • Income, unemployment, or housing indicators
  • Election turnout or vote share
  • Disease incidence rate
  • Disaster risk by administrative area
  • Education, welfare, or infrastructure indicators

How to Read It

Start with the legend. Check what the colors mean, what value range each color represents, and whether the scale is sequential, diverging, or categorical.

Then check the unit of analysis. A map by prefecture and a map by municipality can show very different patterns from the same source data. Also confirm whether the values are raw totals or normalized rates. For choropleth maps, normalized values are usually more appropriate.

Classification

Many choropleth maps group continuous values into classes. Common methods include:

MethodEffect
Equal intervalUses evenly spaced value ranges
QuantilePuts the same number of regions in each class
Natural breaksGroups values around clusters in the data
Standard deviationShows distance from the mean
Continuous scaleAvoids class boundaries and uses a smooth gradient

The classification method can strongly change the visual impression, so it should be chosen and documented carefully.

Design Notes

  • Use rates, ratios, or densities instead of raw counts when region sizes differ.
  • Choose color scales that match the data type.
  • Use sequential colors for low-to-high values.
  • Use diverging colors when values have a meaningful midpoint.
  • Avoid too many classes; five to seven is often enough.
  • Make boundaries visible but not visually dominant.
  • Explain missing data clearly.
  • Consider a cartogram or dot-density map when area bias is severe.

Strengths

  • Familiar and easy to understand.
  • Works well with administrative statistics.
  • Reveals regional clustering and broad spatial patterns.
  • Compact enough for reports, dashboards, and journalism.

Limitations

Choropleth maps are affected by region size and boundary choice. Large areas attract more visual attention even if their population is small. Different aggregation units can also produce different patterns, a problem related to the modifiable areal unit problem.

They are also weak for raw totals. If the goal is to show counts, a proportional symbol map, dot-density map, or cartogram may be more appropriate.

Alternatives

AlternativeWhen to Use It
Dot-density mapShow spatial concentration with less area bias
CartogramResize areas according to a value
Proportional symbol mapShow total quantities by symbol size
Isoline or isopleth mapShow continuous spatial phenomena
Bivariate choropleth mapShow two related variables together

Summary

Choropleth maps are one of the most fundamental forms of thematic mapping. They are powerful for comparing normalized regional statistics, but the design depends heavily on classification, color scale, geographic unit, and data normalization.

References

Create this chart

Create this chart in your browser with a tool from the Data Visualization Toolbox.

Licensed under CC BY-NC-SA 4.0
Last updated on Jul 12, 2026 08:40 +0900
Built with Hugo
Theme Stack designed by Jimmy