Isarithmic Map
A map that uses contour lines or filled color bands to show continuous data — temperature, elevation, pressure — interpolated across a geographic surface. The classic way to visualize phenomena that vary smoothly through space.
// 01 — The chart
What it looks like
An isarithmic map showing temperature distribution. Concentric contour bands reveal two heat centers, with values increasing toward the core of each hot spot.
// 02 — Definition
What is an isarithmic map?
An isarithmic map (from the Greek isos “equal” and arithmos “number”) uses lines connecting points of equal value — called isolines or contour lines — to depict the continuous variation of a phenomenon across a geographic surface. Temperature, barometric pressure, elevation, rainfall, and pollution concentration are all classic examples.
The key idea is interpolation: measured values exist only at sample points (weather stations, elevation benchmarks, sensor locations), but the map estimates values everywhere in between by assuming the phenomenon changes smoothly across space. The result is a continuous surface that reveals gradients, peaks, valleys, and ridges.
When the spaces between contour lines are filled with color, the result is often called a filled contour map or chorochromatic surface. This makes patterns immediately visible without needing to read individual line labels — darker or warmer colors indicate higher values, just like on a weather forecast.
Origin: Edmond Halley drew the first known isoline map in 1701, charting lines of equal magnetic declination across the Atlantic Ocean. The technique was later popularized by Alexander von Humboldt, who introduced isotherms (lines of equal temperature) in 1817, revolutionizing how we visualize climate.
// 03 — Anatomy
Parts of an isarithmic map
// 04 — Usage
When to use it — and when not to
- Your data represents a continuous phenomenon that varies smoothly across space (temperature, elevation, pressure)
- You have sample points scattered across a region and need to show the full surface between them
- You want to reveal gradients, peaks, valleys, and ridges in the data
- Your audience needs to see where values change rapidly (tightly spaced contours) vs. gradually (wide spacing)
- You need to show a terrain-like surface for phenomena like rainfall, noise levels, or air quality
- Comparing the spatial shape of a phenomenon across time periods or scenarios
- Your data is categorical or tied to discrete regions — use a choropleth map instead
- You have too few sample points for reliable interpolation (results will be misleading)
- The phenomenon does not vary continuously — abrupt boundaries make contours inappropriate
- Your audience is unfamiliar with contour reading — the learning curve is steep
- You need exact values at specific locations — interpolated surfaces are estimates, not measurements
- Your data is already aggregated to administrative boundaries (counties, states)
// 05 — Reading guide
How to read an isarithmic map
Follow these steps whenever you encounter an isarithmic map in the wild.
Read the legend and contour interval
Find out what phenomenon is being mapped (temperature, elevation, pressure) and the interval between contour lines. A 5°C interval tells you each line represents a 5-degree step. Without this, you cannot interpret the spacing.
Identify peaks and valleys
Look for the innermost closed contours — these mark local maxima (hilltops, heat centers) or minima (cold pockets, depressions). The values should increase or decrease systematically as you move toward the center.
Read the gradient from contour spacing
Tightly packed contour lines mean the value is changing rapidly over a short distance (a steep gradient). Widely spaced lines mean the surface is relatively flat. On a weather map, tight isotherms indicate a strong temperature front.
Trace a single contour line
Each contour line connects all points of equal value. Following a single line shows you the geographic extent at that value level — for example, everywhere that is exactly 20°C. Contour lines never cross.
Remember the surface is interpolated
Values between sample points are estimated, not measured. The smoothness of the surface depends on the interpolation method (kriging, IDW, splines) and the density of sample points. Sparse data produces unreliable surfaces.
// 06 — Pitfalls
Common mistakes
×Interpolating from too few sample points
Fix: More data points yield more accurate surfaces. If your sample density is low, acknowledge the uncertainty. Consider showing the sample point locations on the map so readers can judge data coverage.
×Using an inappropriate interpolation method
Fix: Different methods (kriging, inverse distance weighting, splines) produce very different surfaces from the same data. Choose based on your data’s spatial autocorrelation and always document which method was used.
×Choosing a misleading contour interval
Fix: Too large an interval hides important variation. Too small an interval creates visual clutter. Aim for 5–8 contour levels that highlight meaningful differences in your data.
×Applying isarithmic mapping to non-continuous data
Fix: Isarithmic maps assume the phenomenon varies smoothly. Data like election results, language spoken, or land use type has abrupt boundaries — contour interpolation produces meaningless results for these.
×Omitting the contour interval or legend
Fix: Without knowing the interval, readers cannot interpret spacing or gradient. Always include a clearly labeled legend showing the contour interval and color scale.
// 07 — In the wild
Real-world examples
Weather forecast temperature maps
Every television and web weather forecast uses isarithmic maps to show temperature surfaces. Isotherms (lines of equal temperature) are color-filled to create the familiar red-to-blue gradient maps that reveal heat waves, cold fronts, and seasonal patterns.
Topographic elevation maps
The gold standard of isarithmic mapping. USGS topographic maps use contour lines at fixed elevation intervals (e.g., 10m or 40ft) to show terrain shape. Hikers, engineers, and geologists read the spacing and shape of contours to understand slopes, ridges, and valleys.
Air quality and pollution maps
Environmental agencies use isarithmic maps to show the spatial distribution of pollutants like PM2.5 or ozone. Interpolated from sensor stations, these maps reveal pollution hot spots and help public health officials issue targeted warnings.
// 08 — Quick reference
Key facts
// 09 — Variations
Types of isarithmic maps
The family of isarithmic maps splits into several important sub-types depending on what is measured and how contours are drawn.
Isometric map (true isolines)
Contours connect points where the value can actually be measured (temperature, elevation). The original and most precise form of isarithmic mapping.
Isopleth map
Contours connect points of equal derived or ratio value (population density, crime rate). The variable cannot be measured at a point — it describes an area.
Filled contour (chorochromatic)
Colors the zones between contour lines. The most intuitive form for non-expert audiences — patterns are visible without reading line labels.
3D surface plot
Renders the interpolated surface in three dimensions. Dramatic but harder to read precisely — best used for presentation rather than analysis.
// 10 — FAQs
Frequently asked questions
What is an isarithmic map?+
An isarithmic map (from the Greek isos "equal" and arithmos "number") uses lines connecting points of equal value — called isolines or contour lines — to depict the continuous variation of a phenomenon across a geographic surface. Temperature, barometric pressure, elevation, rainfall, and pollution concentration are all classic examples.
When should you use an isarithmic map?+
Use an isarithmic map when your data represents a continuous phenomenon that varies smoothly across space (temperature, elevation, pressure). It also works well when you have sample points scattered across a region and need to show the full surface between them, and when you want to reveal gradients, peaks, valleys, and ridges in the data.
When should you avoid an isarithmic map?+
Avoid an isarithmic map when your data is categorical or tied to discrete regions — use a choropleth map instead. It is also a poor fit when you have too few sample points for reliable interpolation (results will be misleading), or when the phenomenon does not vary continuously — abrupt boundaries make contours inappropriate.
Is an isarithmic map suitable for dashboards?+
Yes — an isarithmic map can work well in dashboards as long as the panel is large enough for readers to perceive the encoded values, has a clear title, and includes the legend or axis labels needed to interpret it.
What category of chart is an isarithmic map?+
Isarithmic Map belongs to the Geospatial family of charts. Charts in that family are designed to answer the same kind of question, so they often work as alternatives when one doesn't quite fit your data.
How do you read an isarithmic map?+
Start with the axis labels and legend, then look at the overall shape before zooming into individual marks. Compare prominent features against the rest of the data, and verify any conclusion against the underlying numbers when precision matters.