Featured image of post Cartogram

Cartogram

A map that reshapes or resizes geographic regions so visual area represents data.

A cartogram is a thematic map in which geographic regions are resized, reshaped, or rearranged according to a statistical value such as population, GDP, votes, emissions, or disease burden. Instead of letting land area dominate the visual impression, a cartogram makes the map’s visual area correspond more closely to the phenomenon being discussed.

Cartograms are useful when ordinary maps are misleading because large but sparsely populated regions appear visually dominant, while small but important regions are difficult to see.

Historical Background

Cartograms have a long history in thematic cartography. Early examples appeared in the nineteenth century as mapmakers experimented with anamorphic maps: maps whose shapes were deliberately distorted to represent quantities.

Modern cartograms developed through several computational and design approaches. Continuous cartograms attempt to preserve adjacency while distorting shapes. Non-contiguous cartograms scale regions independently. Dorling cartograms replace regions with circles, and gridded cartograms represent regions as equal cells. Each approach makes a different trade-off between geographic recognizability, area accuracy, and readability.

Data Structure

A cartogram usually combines geographic data with a statistical value.

DataRole
Region geometryCountry, state, prefecture, or other boundary data
Region identifierKey used to join geometry and statistics
Statistical valueVariable that controls size or area
LabelRegion name or abbreviation
Color valueOptional variable used for category or rate

For continuous and non-contiguous cartograms, polygon geometry is important. For Dorling, pseudo-continuous, and gridded cartograms, regions may be represented by circles, squares, hexagons, or other simplified marks.

Purpose

The purpose of a cartogram is to reduce the visual bias of geographic area. A standard map shows land area faithfully, but many social and economic phenomena are not distributed according to land area. A population cartogram, for example, enlarges densely populated regions and shrinks sparsely populated ones, making the map closer to the geography of people rather than the geography of land.

Use Cases

  • Population by country, state, or prefecture
  • Election results weighted by voters or seats
  • GDP and economic activity
  • Public health burden or disease cases
  • Carbon emissions and energy consumption
  • Education, welfare, and resource inequality

Main Types

TypeDescription
Continuous cartogramDistorts shapes while preserving adjacency
Non-contiguous cartogramScales regions independently while preserving shape
Dorling cartogramReplaces regions with circles sized by value
Gridded cartogramGives each region an equal grid cell
Pseudo-continuous cartogramUses simplified marks while roughly preserving geographic arrangement

How to Read It

Read the size of each region or mark as the encoded data value. A region that appears large on a cartogram is not necessarily geographically large; it has a large value for the chosen variable.

Because cartograms distort geography, distance, shape, and sometimes adjacency should not be interpreted literally. The title and legend should explain which value controls the transformation. Labels, outlines, and reference maps help readers identify distorted regions.

Design Notes

  • State clearly which variable controls area.
  • Choose a cartogram type that fits the reading task.
  • Use labels because distorted geography can be hard to recognize.
  • Consider showing a conventional map as a reference.
  • Avoid combining area distortion with an unrelated color scale unless the relationship is meaningful.
  • Use animation from a normal map to the cartogram when the transformation itself helps understanding.
  • Do not use cartograms when precise distance, shape, or boundary interpretation is required.

Strengths

  • Reduces the visual dominance of large land areas.
  • Makes population-weighted or value-weighted patterns easier to see.
  • Can make inequality and concentration more immediately visible.
  • Works well for election, demographic, economic, and public health stories.

Limitations

Cartograms can be difficult for readers who expect familiar geography. Strong distortion may make regions hard to identify, especially small regions or complex coastlines. Different algorithms can also produce different-looking results from the same data, so the design should be explained when the method matters.

Alternatives

AlternativeWhen to Use It
Choropleth mapPreserves geography and uses color for values or rates
Bubble mapShows quantity with circles on a geographic map
Dot-density mapShows distribution through repeated dots
Proportional symbol mapUses symbols sized by value
Ranked bar chartCompares regions without geographic distortion

Summary

Cartograms reshape geography so that visual size represents data rather than land area. They are powerful for showing concentration, imbalance, and population-weighted patterns, but they require clear labeling and careful explanation because geographic accuracy is intentionally sacrificed.

References

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