Library density clusters in the Northeast and Great Lakes — the interior West is sparse
Library density clusters in the Northeast and Great Lakes , the interior West is sparse Figure 34.1 , Library density clusters in the Northeast and Great Lakes
A Dot Map encodes the geographic location of discrete events or objects as equally-sized points plotted over a geographi
A Dot Map encodes the geographic location of discrete events or objects as equally-sized points plotted over a geographic base layer. It exploits the viewer's perceptual ability to detect visual density , clusters of points register immediately as regions of high concentration, sparse areas as low concentration. This is a preattentive task: the pattern emerges before conscious counting begins. Two variants exist. In a one-to-one map, each dot represents a single real-world object , one library, one hospital, one crime incident.
The message is about spatial distribution and clustering — where things are, and whether they concentrate. No aggregatio
The message is about spatial distribution and clustering , where things are, and whether they concentrate. No aggregation is applied: each point is a real facility at a real coordinate. Aggregating to county or state would mask the intra-regional variation that is the actual story (a state with one dense urban cluster and vast rural emptiness looks identical to a state with uniform coverage). The dot map preserves the original spatial resolution of the data while making density patterns immediately visible through point clustering.
A Choropleth Map — the most common alternative — aggregates values by administrative unit (state, county) and encodes th
A Choropleth Map , the most common alternative , aggregates values by administrative unit (state, county) and encodes them as fill colour. For this data, it would collapse every library in Massachusetts into a single state-level count, hiding the fact that Boston has dozens of branches within a few square miles while rural western Massachusetts has almost none.
Dot maps do not encode quantity at a point — a dot cluster of twelve libraries and a dot cluster of forty look similar u
Dot maps do not encode quantity at a point , a dot cluster of twelve libraries and a dot cluster of forty look similar unless you zoom in and count. They are not suitable for retrieving precise counts or comparing exact values between regions. They also suffer from overplotting at dense scales: when many points share near-identical coordinates, they merge visually and the underlying count is lost.
Paste this into Claude Code to generate a working version of this chart, plus its data file. The result will not be a perfect replica , the goal is that the reader can run the prompt, get a chart of this type, and read its source. Generate a complete, self-contained dot map in D3 v7. Two files:
The ideas in this chapter didn't appear from nowhere. André-Michel Guerry founded "moral statistics" in 1830s France , mapping crime rates, suicide rates, and literacy as shaded and dotted maps. He invented many of the conventions still used in thematic cartography. André-Michel Guerry, circa 1833. AI-generated portrait based on a public domain engraving (Wikimedia Commons).
André-Michel Guerry, circa 1833. AI-generated portrait based on a public domain engraving (Wikimedia Commons).
The ideas in this chapter didn't appear from nowhere. André-Michel Guerry founded "moral statistics" in 1830s France , mapping crime rates, suicide rates, and literacy as shaded and dotted maps. He invented many of the conventions still used in thematic cartography. André-Michel Guerry, circa 1833. AI-generated portrait based on a public domain engraving (Wikimedia Commons).
Brutalist D3 × Claude · Ch.34 · Dot Map
That is the framework. Brutalist D3 times Claude, chapter 34: Dot Map. The patterns are now in place. Apply them.