Home icon
Data Visualisation Guide

Scaled symbol maps

2 minutes read

Maps

An alternative to choropleth maps are scaled symbol maps. These maps use the size of symbols to encode numerical variables. The symbols can be placed on exact locations, or they can be placed somewhere in the polygons for which they represent data.

Circles are the most used symbols for scaled symbol maps. The surface area of the circles on a scaled symbol map should be proportional to the values they represent.

In the map below, the colour of the circles is used to encode a secondary numerical variable.

A bubble map of EU regions, with the size of the bubbles proportional to the GDP of each region, and its colour representing the GDP per inhabitant

Source: Eurostat-map.js on observablehq.com

Other symbols, like squares, are also an option.

The same map as above, but using squares instead of circles

Source: Eurostat-map.js on observablehq.com

Spike maps are a special kind of scaled symbol maps. They use triangles that are scaled only in one direction. Spike maps have some advantages over scaled symbol maps that use circles or squares:

  • the spikes overlap less, because they only grow in one direction
  • because they are narrower, the spikes are better tied to a geographical location
  • values can be compared better because it is easier to compare lengths than it is to compare areas

The spike map below encodes two additional numerical values with the colour and the width of the spikes.

Spike map of Belgian municipalities, with the height of the spikes proportional to the number of Covid-19 cases per 100.000 inhabitants, their widht proportional to the population and the colour representing the trend in cases

Source: Maarten Lambrechts, CC BY SA 4.0

Related pages

Choropleth maps

Cartograms

Hexbin maps

Dot maps

Flow maps

Data dense time series

Maps