tezvyn:

Choropleth Maps: Coloring Data by Region

AI-drafted, machine-checkedSource: Wikipedia: Choropleth mapadvanced
Choropleth Maps: Coloring Data by Region

A choropleth map colors geographic areas to represent a metric, like shading states red or blue on an election map. It's used to show regional data like population density or sales per territory.

THE MENTAL MODEL: A choropleth map is a map where geographic regions, like states or counties, are filled with color. The color's shade or intensity represents a specific data value for that region. It's not about points on a map, but about the characteristics of the areas themselves. Think of a weather map showing temperature zones; the color tells you the temperature for the whole zone.

HOW IT WORKS: The process involves three main steps. First, you gather data and aggregate it by a predefined geographic unit, like calculating the average income for every US county. Second, you choose a color scale where colors correspond to data values, such as light yellow for low income and dark blue for high income. Third, a GIS (Geographic Information System) tool paints each geographic shape with the color that matches its aggregated data value.

WHEN TO USE IT: Use choropleth maps to visualize data that is averaged or aggregated over well-defined boundaries. They excel at showing rates and densities, not absolute counts. Common use cases include visualizing population density by country, per-capita GDP by state, or voter turnout by precinct. They are powerful for spotting regional trends and clusters.

WHEN NOT TO USE IT: Avoid using choropleth maps for raw counts. Showing "total sales" per state is misleading because populous states will naturally have more. Instead, show "sales per capita." The primary footgun is area distortion: large geographic areas draw more attention, regardless of their data value. A vast, sparsely populated state might visually dominate a small, dense, and economically critical state, leading to incorrect interpretations. This is why normalizing your data (e.g., by population or area) is critical.

ONE CANONICAL EXAMPLE: A map of the United States showing population density by state. States like New Jersey and Rhode Island would be colored with the darkest shade, indicating high density. In contrast, large states like Alaska, Wyoming, and Montana would have the lightest shade, indicating very low population density. This immediately highlights the difference between population and land area.

Read the original → en.wikipedia.org

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.