// SLIDE 01 — HOOK

DOT MATRIX

100 People — Who Has Access to Clean Energy?

Dot Matrix — Figure 35.1 — 100 People — Who Has Access to Clean Energy?
NARRATION

100 People , Who Has Access to Clean Energy? Figure 35.1 , 100 People , Who Has Access to Clean Energy?

// SLIDE 02 — WHAT THIS CHART IS

WHAT THIS CHART IS.

A dot matrix chart represents a population as a uniform grid of discrete marks, each dot encoding exactly one unit — her

NARRATION

A dot matrix chart represents a population as a uniform grid of discrete marks, each dot encoding exactly one unit , here, one percent. Categories are distinguished by color, with the grid filled sequentially. The perceptual mechanism is two-fold: counting (the viewer tallies dots in a category by scanning clusters) and area estimation (larger clusters read as larger proportions without requiring arithmetic). Because the total is always fixed , 100 dots , the viewer can compare proportions across all categories against a known denominator.

// SLIDE 03 — WHY IT WAS CHOSEN HERE

WHY IT WAS CHOSEN HERE.

The dataset is a population divided into five discrete, mutually exclusive categories that sum to 100%. The message is a

NARRATION

The dataset is a population divided into five discrete, mutually exclusive categories that sum to 100 percent. The message is about proportional distribution , not trend, not correlation, not ranking. A pie chart serves the same purpose but activates angle estimation, the least accurate quantitative perceptual channel. A stacked bar works for single-series but becomes unwieldy for comparison. The dot matrix exploits position and grouping simultaneously: the visual system pre-attentively detects clusters of same-colored dots, making the largest categories visible before any label is read.

// SLIDE 04 — WHAT THE ALTERNATIVE WOULD BRE

WHAT THE ALTERNATIVE WOULD BREAK.

A standard pie chart fails in two ways. It encodes magnitude as arc angle — a channel where human perception is consiste

NARRATION

A standard pie chart fails in two ways. It encodes magnitude as arc angle , a channel where human perception is consistently less accurate than position judgments. And distinguishing five similarly-sized slices requires comparing non-adjacent arc lengths, introducing error. The dot matrix keeps all categories on the same spatial field. A treemap is the strongest alternative when the part-to-whole structure is hierarchical; for flat single-level proportions with a countable denominator the dot matrix is preferable because each unit is individually traceable , something treemaps sacrifice for space-efficiency.

// SLIDE 05 — FRAMEWORK REFERENCE

FRAMEWORK REFERENCE

FRAMEWORK FT Visual Vocabulary category: Part-to-whole — "Show how a single entity is divided into its component parts."

NARRATION

FRAMEWORK FT Visual Vocabulary category: Part-to-whole , "Show how a single entity is divided into its component parts." Abela quadrant: Composition (how individual parts make up the whole, static). Tufte principle: every dot is data , the grid is the axis, no ink is decorative.

// SLIDE 06 — PROMPT

PROMPT

dot-matrix.htmla full HTML page with inline CSS and inline D3 v7 (loaded from The chart should fill the viewport, be responsive on resi
dot-matrix/data.jsonthe data file the chart loads via d3.json("./dot-matrix/data.json"), with a fallback inline literal in the HTML if the f
·Population distribution across clean energy access categories. Each unit = 1% of population. All counts must sum to 100.
labelstring — category name shown in legend and tooltip
countnumber — integer from 1 to 100; all counts must sum to 100
NARRATION

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 matrix in D3 v7. Two files:

// SLIDE 07 — AI WAYBACK MACHINE

AI WAYBACK MACHINE.

John Horton ConwayRun this:"John Horton Conway"Now make the prompt better.
NARRATION

The ideas in this chapter didn't appear from nowhere. John Horton Conway invented the Game of Life in 1970 , a dot-matrix cellular automaton where each cell lives or dies by a few simple rules. The grid is the simplest possible dot matrix; the patterns that emerge are still studied as a model of complex systems. John Horton Conway, circa 1990. AI-generated portrait based on a public domain photograph (Wikimedia Commons).

// SLIDE 08 — THESIS

THE CORE CLAIM.

The ideas in this chapter didn't appear from nowhere. John Horton Conway invented the Game of Life in 1970 — a dot-matri

John Horton Conway, circa 1990. AI-generated portrait based on a public domain photograph (Wikimedia Commons).

NARRATION

The ideas in this chapter didn't appear from nowhere. John Horton Conway invented the Game of Life in 1970 , a dot-matrix cellular automaton where each cell lives or dies by a few simple rules. The grid is the simplest possible dot matrix; the patterns that emerge are still studied as a model of complex systems. John Horton Conway, circa 1990. AI-generated portrait based on a public domain photograph (Wikimedia Commons).

// SLIDE 09 — CLOSE

ASK THE QUESTION. APPLY THE FRAMEWORK.

WHAT THIS CHART IS//WHY IT WAS CHOSEN HERE//WHAT THE ALTERNATIVE WOUL

Brutalist D3 × Claude · Ch.35 · Dot Matrix

NARRATION

That is the framework. Brutalist D3 times Claude, chapter 35: Dot Matrix. The patterns are now in place. Apply them.

01 / 09
Brutalist D3 × Claude · Ch.35 · Nik Bear Brown