November 2017
Beginner
316 pages
6h 40m
English
A choropleth map is a thematic map. It provides an easy way to visualize how a measurement varies across a geographic area, or it shows the level of variability within a region.
The following is a simple choropleth map of the US:
x = 1:60 y = rand(Float64, 60) a = choropleth(x = x, y = y, entity = :usstates)

Read now
Unlock full access