7.1 Thematic Map Types: Choropleth, Proportional/Graduated Symbol, Dot Density, Isarithmic & Cartograms

Key Takeaways

  • Choropleth maps generally compare standardized or normalized values—rates, ratios, proportions, or densities—because raw counts are often confounded by population or enumeration-unit size. Raw totals require explicit justification and careful interpretation.
  • The Modifiable Areal Unit Problem (MAUP) comprises two interrelated analytical distortions: the scale effect (aggregation level) and the zoning effect (boundary configuration), both capable of radically altering statistical correlations and spatial patterns.
  • Proportional symbol maps scale symbol area continuously based on absolute attribute values, whereas graduated symbol maps bin data into discrete size classes; both benefit from Flannery's perceptual scaling exponent (0.87 for area, 0.57 for radius) to counteract human underestimation of circular areas.
  • Dot density maps represent discrete spatial phenomena using uniform dots representing fixed values; placement within enumeration units is pseudorandom and should be refined using ancillary masking layers through dasymetric mapping.
  • Isarithmic maps require continuous spatial field data to generate isolines connecting points of equal value, while cartograms deliberately distort geographic area or geometry to represent thematic magnitude across contiguous, non-contiguous, or Dorling formats.
Last updated: September 2026

Thematic Map Types: Choropleth, Proportional/Graduated Symbol, Dot Density, Isarithmic & Cartograms

Quick Summary: Thematic maps communicate the spatial distribution, patterns, and relationships of specific qualitative or quantitative attributes, distinct from general reference maps that emphasize geographic location. Selecting an appropriate thematic map type depends on the spatial continuity of the phenomenon (discrete objects versus continuous fields), the level of measurement (nominal, ordinal, interval, or ratio), and whether the data represent absolute raw counts or normalized rates. Mastering choropleth normalization, the Modifiable Areal Unit Problem (MAUP), Flannery perceptual scaling, dasymetric dot density masking, isarithmic contouring, and cartogram distortions is essential for professional geospatial practice.


Thematic vs. General Reference Cartography

Cartographic design divides maps into two overarching categories based on functional intent:

  1. General Reference Maps: Focus on portraying geographic location and diversity of landscape features (e.g., USGS topographic quadrangles, nautical navigation charts, street road atlases). Features are depicted with equal visual weight or naturalistic styling without highlighting a single thematic variable.
  2. Thematic Maps: Focus on communicating the spatial pattern, structural variation, or geographic relationship of a specific target phenomenon (the "theme"). Geographic base features (such as coastlines, administrative boundaries, and water bodies) serve merely as contextual reference framework.

Selecting the proper thematic mapping technique requires an evaluation of the underlying spatial phenomenon:

Phenomenon CharacteristicSpatial ModelRecommended Thematic Map TypeInappropriate Cartographic Choice
Discrete, Aggregated to AreasPolygon Enumeration UnitsNormalized Choropleth, CartogramIsarithmic / Isoline (implies continuous field)
Discrete, Absolute TotalsPoints or Enumeration UnitsProportional / Graduated Symbols, Dot DensityRaw Count Choropleth (violates area normalization)
Continuous, Spatially SmoothStatistical Surface / Raster FieldIsarithmic / Isoline, Continuous Raster SurfaceChoropleth (imposes artificial discrete boundaries)
Volumetric / Relational FlowDirected Vector LinesFlow Map, Graduated Line WidthDot Density (cannot represent vector trajectory)

Choropleth Mapping: Normalization and Mechanics

The choropleth map (derived from the Greek chōros meaning "area/region" and plēthos meaning "multitude") is the most widely utilized and frequently misapplied thematic map type in GIS. In a choropleth map, geographic enumeration units (such as census tracts, counties, zip codes, or watersheds) are shaded, colored, or patterned in proportion to an aggregated statistical variable.

The Absolute Golden Rule: Data Normalization

Choropleth mapping requires standardized, normalized, or derived quantitative data. Shading polygons by raw, unstandardized counts (e.g., total population, total COVID-19 cases, total traffic collisions, aggregate retail sales) is a fundamental cartographic violation.

                     THE CHOROPLETH NORMALIZATION MANDATE
                     
   [Raw Absolute Count]  ====>  UNACCEPTABLE FOR CHOROPLETH
   (e.g., 50,000 cases)         * Larger geographic units receive disproportionate visual ink,
                                  falsely equating land area with thematic intensity.
                                  
   [Normalized Rate]     ====>  MANDATORY FOR CHOROPLETH
   (e.g., cases / pop)          * Shading reflects true statistical density or prevalence,
                                  independent of the polygon's physical footprint.

When raw counts are mapped to polygon fills, the visual dominance of a feature is directly governed by its geographic land area, not its attribute magnitude. A sparsely populated county spanning 10,000 square kilometers will command orders of magnitude more visual ink than a densely populated urban county spanning 50 square kilometers, misleading the map reader.

To construct an honest choropleth map, raw counts must be divided by an appropriate denominator:

  1. Area Normalization (Densities): Dividing count by geographic area (e.g., people per square kilometer, bushels of wheat per harvested acre).
  2. Cohort Normalization (Rates / Proportions): Dividing count by total population at risk (e.g., infant mortality per 1,000 live births, violent crimes per 100,000 residents).
  3. Base Normalization (Percentages / Ratios): Dividing subgroup count by universe count (e.g., percentage of households earning above $100,000, ratio of renter-occupied to owner-occupied housing).

The Modifiable Areal Unit Problem (MAUP)

First comprehensively formalized by geographer Stan Openshaw in 1984, the Modifiable Areal Unit Problem (MAUP) is an inescapable statistical bias that occurs when point-based or continuous geographic phenomena are aggregated into contiguous polygonal administrative units. MAUP consists of two separate, compounding analytical effects:

                              THE TWO FACETS OF MAUP
                              
                     +---------------------------------------+
                     | Modifiable Areal Unit Problem (MAUP)  |
                     +-------------------+-------------------+
                                         |                   
                 +-----------------------+-----------------------+
                 |                                               |
                 v                                               v
        [The Scale Effect]                              [The Zoning Effect]
   * Aggregation across hierarchical              * Boundary realignment holding scale
     spatial resolutions.                           and unit count constant.
   * e.g., Blocks -> Tracts -> Counties.          * e.g., Gerrymandering, redistricting.
   * As scale coarsens, variance decreases        * Modifying shape boundaries shifts
     and correlation coefficients inflate.          correlation coefficients arbitrarily.

1. The Scale Effect (Aggregation Effect)

The scale effect occurs when the same underlying spatial data are aggregated into different geographic reporting levels across a spatial hierarchy (e.g., census blocks $\rightarrow$ block groups $\rightarrow$ census tracts $\rightarrow$ counties $\rightarrow$ states).

As data are aggregated into progressively larger spatial units:

  • Individual local variance is averaged out and smoothed, causing the sample variance to systematically decline.
  • The Pearson correlation coefficient ($r$) between two variables almost universally increases (inflates) as aggregation coarsens, creating the illusion of strong statistical relationships that do not exist at the individual level.

2. The Zoning Effect (Grouping / Configuration Effect)

The zoning effect occurs when the spatial scale (resolution) and total number of enumeration units remain strictly constant, but the geometric boundaries and orientations of the zones are redrawn or shifted.

A classic manifestation of the zoning effect is political gerrymandering, where redistricting commissions shift electoral boundaries around fixed voter populations to produce radically different partisan seat outcomes without altering voter counts or the number of legislative districts. Depending on how zone shapes slice across geographic clusters, correlation coefficients between variables can swing from strongly positive to strongly negative.

[!IMPORTANT] The Ecological Fallacy: Closely tied to MAUP, the ecological fallacy is the logical error of deducing individual-level behavior or characteristics solely from aggregated group-level statistics. For example, finding that counties with high median incomes vote predominantly for a specific political party does not prove that wealthy individuals within those counties voted for that party.


Proportional vs. Graduated Symbol Mapping

When cartographers must visualize absolute, unstandardized quantitative totals (such as total population, port cargo tonnage, or seismic event energy), symbol mapping provides the ideal visual solution. Symbol maps place point markers (most commonly circles, but also squares, triangles, or spheres) at feature locations or polygon centroids.

Operational FeatureProportional Symbol MapGraduated Symbol Map
Scaling ArchitectureContinuous mathematical scalingDiscrete classified binning (range-graded)
Number of SizesInfinite (every unique value has a unique size)Finite (typically 4 to 6 discrete symbol classes)
Legend StructureNested or stepped key showing reference benchmarksDiscrete boxes or circles showing class ranges
Reader TaskEstimating continuous values via relative scaleMatching observed symbol size to legend class
Cartographic PurposePortraying exact quantitative ratiosFacilitating rapid cognitive grouping and ranking

Flannery's Perceptual Scaling Exponent

In standard mathematical scaling (apparent area scaling), the area of a circle symbol is set directly proportional to the attribute value $V$:

Area∝V  ⟹  πr2∝V  ⟹  r∝V0.50\text{Area} \propto V \implies \pi r^2 \propto V \implies r \propto V^{0.50}

However, extensive psychophysical research conducted by cartographer James Flannery in 1971 revealed that human visual perception does not evaluate two-dimensional circle areas linearly. When presented with a circle that has four times the physical geometric area of a baseline circle, human observers perceive it as having only roughly three times the area. Map readers systematically and predictably underestimate the magnitude of larger circles.

To compensate for this perceptual bias, Flannery developed an empirical power-law adjustment known as Flannery Perceptual Scaling, which inflates the radius of larger symbols using an exponent of approximately $0.57$ (corresponding to an area exponent of roughly $0.871$):

rc=rb×(VcVb)0.5716r_c = r_b \times \left(\frac{V_c}{V_b}\right)^{0.5716}

Where:

  • $r_c$ is the calculated symbol radius for the target feature.
  • $r_b$ is the baseline symbol radius for the minimum benchmark value.
  • $V_c$ is the attribute value of the target feature.
  • $V_b$ is the attribute value of the baseline feature.
                  MATHEMATICAL VS. PERCEPTUAL CIRCLE SCALING
                  
   True Mathematical Scaling (Exponent = 0.50):
   Value: 100        Value: 400 (4x)
     ( O )             (      O      )  <-- Reader mentally perceives this as only ~3x.
     
   Flannery Perceptual Scaling (Exponent = 0.57):
   Value: 100        Value: 400 (4x)
     ( O )             (       O       ) <-- Artificially enlarged radius compensates for
                                             visual underestimation; perceived correctly as 4x.

Managing Symbol Overlap and Visual Congestion

When mapping high-density clusters, proportional and graduated symbols frequently overlap, occluding smaller markers and obscuring base geography. Cartographers mitigate overlap using several techniques:

  • Visual Layering Order: Rendering symbols in ascending order of size, drawing the largest circles on the bottom and smaller circles on top so smaller markers remain visible.
  • Semi-Transparency (Alpha Blending): Applying 30% to 50% opacity to symbol fill colors, allowing underlying markers and basemap features to show through.
  • Symbol Knockout Halos: Applying a thin, contrasting 1-point white or dark outline around each symbol perimeter to delineate overlapping boundaries.
  • Symbol Clustering / Displacement: In dynamic web maps, merging nearby overlapping symbols into a single clustered marker at lower zoom scales, expanding them into individual markers as the user zooms in.

Dot Density Mapping & Dasymetric Ancillary Masking

A dot density map visualizes the geographic distribution and spatial concentration of discrete quantitative phenomena by scattering dots of uniform size across enumeration units. Each dot represents a predetermined, constant numerical quantity (e.g., 1 dot = 500 sheep, or 1 dot = 100 housing units).

Dual Calibration: Dot Value and Dot Size

The visual success of a dot density map depends entirely on the calibration between two parameters:

  1. Dot Value: The numerical quantity assigned to a single dot mark.
  2. Dot Size: The physical diameter of the dot symbol on the display (typically 2 to 4 points / pixels).

If the dot value is calibrated too low or dot size too large, dots merge into solid, illegible ink blots across dense regions. Conversely, if the dot value is too high or dot size too small, sparse areas appear completely vacant, failing to communicate presence.

Cartographic Rule of Thumb: Dot value and size should be balanced so that dots just begin to coalesce and touch in the two or three highest-density zones on the map, while remaining clearly differentiated in intermediate zones.

The Random Placement Dilemma and Dasymetric Masking

Standard GIS software distributes dots pseudorandomly within each enumeration polygon. This creates two critical visual liabilities:

  • The map reader may mistake random dot locations for precise coordinate locations of individual events.
  • Dots are randomly scattered across uninhabitable or impossible terrain, such as placing residential housing dots inside lakes, protected wetlands, industrial rail yards, or steep cliffs.
                    DASYMETRIC REFINEMENT OF DOT DENSITY
                    
   Standard Random Dot Density:           Dasymetric Masked Dot Density:
   +-------------------------------+      +-------------------------------+    
   | .   .   .   .   [LAKE]  .   . |      | .   .   .   .   [LAKE]        |
   |   .   .   .   .  .  .   .   . | ===> |   .   .   .   . (empty)       |
   | .   .   [AIRPORT]   .   .   . |      | .   .   [AIRPORT]    .   .    |
   |   .   .   .  .  .   .   .   . |      |   .   . (empty)    .   .    . |
   +-------------------------------+      +-------------------------------+    
     Dots fall uniformly across             Ancillary land-use masks exclude
     water and runway pavement.             water bodies and non-residential zones.

To resolve this flaw, cartographers apply dasymetric mapping using ancillary data layers. By introducing land-use/land-cover (LULC) rasters or parcel zoning layers as spatial masks, non-residential and uninhabitable zones are excluded, restricting random dot placement exclusively to populated land cover classes. This accurately depicts population clusters along transportation corridors or valleys while leaving unpopulated zones vacant.


Isarithmic (Isoline) Maps

An isarithmic map (also known as an isoline, isopleth, or isometric map) visualizes continuous spatial surfaces using lines that connect points of equal numerical value. Isarithmic mapping requires that the mapped phenomenon exists as a continuous statistical field that varies smoothly across geographic space.

Isometric vs. Isoplethic Mapping

Cartographers distinguish between two forms of isoline surfaces based on how data points are observed:

  • Isometric Maps (True Point Sampling): Isolines are constructed from direct, physical measurements taken at specific point coordinates where the phenomenon actually exists at that precise location (e.g., elevation contour lines from surveyed benchmarks, isotherms from weather station thermometers, isobars from barometric sensors, isohyets from rain gauges).
  • Isoplethic Maps (Areal Interpolation): Isolines are constructed from standardized areal data (such as population density or disease rates) that have been mathematically assigned to the centroids of enumeration units, treating the centroid as a surrogate point measurement.

Structural Anatomy of Contour Lines

Topographic and continuous isoline maps rely on standardized cartographic conventions:

  1. Contour Interval: The constant vertical or numerical difference between any two adjacent isolines. Selecting an interval depends on surface roughness, data range, and map scale. The interval remains uniform across the entire map extent.
  2. Index Contours: Every fourth or fifth contour line is rendered with a heavier line weight and interrupted at regular intervals to display its numerical value label.
  3. Intermediate Contours: Thinner, unlabelled isolines positioned between index contours at the designated interval.
  4. Depression Contours: Isolines indicating a closed topographic basin or sink, symbolized with inward-pointing tick marks (hachures) directed downslope.
                 TOPOGRAPHIC CONTOUR ANATOMY & SPACING
                 
     800 -----------\\ (Index Contour - Bold, Labeled)
     820 ------------\\ (Intermediate Contour)
     840 -------------\\ (Intermediate Contour)
     860 --------------\\ (Intermediate Contour)
     880 ---------------\\ (Intermediate Contour)
     900 ----------------\\ (Index Contour - Bold, Labeled)
     
     * Closely spaced contours = Steep terrain gradient.
     * Widely spaced contours  = Gentle, flat terrain gradient.
     * V-shaped contours pointing upstream = Stream / valley crossing.

Cartograms: Value-by-Area Visualizations

A cartogram (value-by-area map) deliberately distorts the geographic size, shape, or topological connectivity of enumeration units so that their visual area is directly proportional to a specific thematic attribute (e.g., total population, gross domestic product, carbon emissions).

Cartograms fall into three distinct architectural typologies:

Cartogram TypologyGeometric HandlingTopological AdjacencyVisual Appearance & Mechanics
Contiguous CartogramBoundaries distort smoothly like stretched rubber sheetsPreserved: All shared administrative borders remain intactUnits expand or contract based on diffusion algorithms (e.g., Gastner-Newman algorithm); internal shapes distort heavily.
Non-Contiguous CartogramIndividual polygon shapes are preservedBroken: Neighboring units detach, leaving void gapsEach polygon scales independently in place around its centroid; gaps appear between adjacent units, but shapes remain recognizable.
Dorling CartogramPolygons are replaced by uniform geometric shapes (circles)Approximated: Centroids shift to prevent overlapCircles scaled proportionally to attribute value; circles are positioned to approximate relative geographic locations without overlapping. (Demers cartograms use squares).
                            CARTOGRAM TYPOLOGIES
                            
   [Contiguous Cartogram]        [Non-Contiguous Cartogram]       [Dorling Cartogram]
     +------+------+               +--+      +------+                 (   )   (     )
     |      |      |               |  |      |      |                 
     |  PA  |  NY  |               +--+      +------+              (       )   ( )
     +------+------+                                            
   Rubber-sheet distortion;       Shapes preserved; units       Abstract circles scaled
   shared boundaries preserved.   detach leaving empty voids.   by value; topology lost.

Comparative Matrix of Thematic Map Types

Thematic Map TypeSpatial GeometryMeasurement LevelNormalization Required?Primary StrengthsCritical Pitfalls / Exam Traps
ChoroplethPolygonsRatio / IntervalYes (Mandatory)Rapid regional comparison of rates, ratios, and percentagesPrefer normalized values; raw totals can mislead when enumeration-unit sizes differ. Subject to MAUP scale and zoning effects.
Proportional SymbolPoints or CentroidsRatioNo (Maps Raw Totals)Preserves exact quantitative ratios; visualizes absolute magnitudeSevere symbol overlap in dense regions; subject to perceptual underestimation.
Graduated SymbolPoints or CentroidsRatio / OrdinalNo (Maps Raw Totals)Simplifies visual decoding via discrete classified binsHides within-class variance; symbol overlap in dense clusters.
Dot DensityPolygons / RastersRatioNo (Dot value handles count)Illustrates density variations without imposing rigid class breaksPseudorandom placement can place dots in impossible locations without dasymetric masking.
Isarithmic (Isoline)Continuous SurfaceInterval / RatioNo (Direct physical or derived field)Illustrates smooth gradients and continuous surfacesCannot be applied to discrete administrative areas without valid surface interpolation.
CartogramPolygons / Geometric ShapesRatioNo (Visual area reflects count)Eliminates geographic area bias for socio-economic totalsSevere geographic distortion can make local identification difficult.

Common Exam Traps

[!CAUTION] Exam Trap 7.1.1: Choropleth Normalization Violations. Questions frequently ask why mapping total population, total tax revenue, or raw disease cases in a choropleth map is invalid. The correct answer centers on visual distortion: unstandardized counts allow large, sparsely populated rural polygons to dominate the visual hierarchy, misrepresenting density or severity. Counts must be normalized by area or population at risk.

[!CAUTION] Exam Trap 7.1.2: Confusing MAUP Scale vs. Zoning Effects. When examination items present a scenario where data are aggregated from tracts to counties and correlation increases, this represents the scale effect. If the item describes redrawing the boundaries of a fixed number of legislative districts or sales territories at the exact same spatial scale, this represents the zoning effect.

[!CAUTION] Exam Trap 7.1.3: Flannery Exponent Misapplication. Questions often test why cartographers apply an exponent of $0.57$ to circle radii instead of the mathematical square root exponent of $0.50$. The answer is psychophysical: human eyes underestimate circle area as size increases; the $0.57$ radius exponent (or $0.871$ area exponent) compensates by enlarging larger symbols so they are perceived at their true quantitative ratio.

[!CAUTION] Exam Trap 7.1.4: Direct Isarithmic Contouring of Discrete Polygons. Applying contouring algorithms directly to discrete political units (such as connecting county unemployment percentages across boundaries) without first establishing a continuous interpolated surface is a severe methodology error. Isarithmic maps require continuous spatial phenomena.

Loading diagram...
Decision Architecture for Thematic Map Type Selection
Test Your Knowledge

A regional GIS analyst is tasked with producing a map showing the geographic distribution of households living below the federal poverty line across 88 county polygons in a state. The analyst shades each county using a sequential red color ramp based on the raw count of households living in poverty. What is the fundamental cartographic flaw in this map, and what corrective action is required?

A
B
C
D
Test Your Knowledge

A public health researcher investigates the statistical correlation between air particulate levels (PM2.5) and pediatric asthma admissions across a metropolitan region. When analyzing the data aggregated to 250 census tracts, the Pearson correlation coefficient is r = 0.62. However, when the researcher aggregates the exact same hospital records and air monitoring data into 15 political council districts, the correlation jumps to r = 0.84. Furthermore, when the 15 council boundaries are redrawn into 15 equal-population health service zones of identical count and scale, the correlation drops to r = 0.41. Which two spatial analytical phenomena are demonstrated by these results?

A
B
C
D
Test Your Knowledge

When designing a proportional circle map representing municipal water consumption across several dozen cities, a cartographer notes that map readers consistently perceive the largest circles as representing significantly less volume than their mathematical area would dictate. Which cartographic principle explains this perceptual issue, and how should the symbology be mathematically adjusted?

A
B
C
D