// SLIDE 01 — HOOK

SPIRAL PLOT

Q4 Peak, Q2 Trough — The Seasonal Pattern Intensifies Year-Over-YearInner arm = 2021 · Outer arm = 2024 · Bars colored b

Spiral Plot — Figure 65.1 — Q4 Peak, Q2 Trough
NARRATION

Q4 Peak, Q2 Trough , The Seasonal Pattern Intensifies Year-Over-YearInner arm = 2021 · Outer arm = 2024 · Bars colored by month Figure 65.1 , Q4 Peak, Q2 Trough

// SLIDE 02 — WHAT THIS CHART IS

WHAT THIS CHART IS.

A spiral plot maps time-series data along an Archimedean spiral : a curve defined by r = a + bθ , where r is the radius

NARRATION

A spiral plot maps time-series data along an Archimedean spiral : a curve defined by r = a + bθ , where r is the radius from center and θ is the angle. Each period (month) occupies an equal angular increment ( 2pi ÷ periodsPerCycle ), and the spiral grows outward with each complete revolution. The perceptual mechanism is angular alignment : because each cycle occupies exactly one revolution, the same period in different cycles appears at the same angle in every arm.

// SLIDE 03 — WHY IT CANNOT BE A LINE CHART

WHY IT CANNOT BE A LINE CHART.

A standard time-series line chart over 48 months shows the trend clearly — but to confirm periodicity, the viewer must m

NARRATION

A standard time-series line chart over 48 months shows the trend clearly , but to confirm periodicity, the viewer must mentally fold the line back on itself every 12 months and check whether peaks align. That is a non-trivial cognitive task performed entirely in working memory. The spiral performs that folding physically: the chart is already organized so that the same month in 2021, 2022, 2023, and 2024 occupies the same angular position.

// SLIDE 04 — THE ARCHIMEDEAN CHOICE

THE ARCHIMEDEAN CHOICE.

The spiral used here is Archimedean (equidistant spacing between arms), not logarithmic or Fermat's. Equidistant arm spa

NARRATION

The spiral used here is Archimedean (equidistant spacing between arms), not logarithmic or Fermat's. Equidistant arm spacing means each year's ring has the same radial depth , the same maximum bar height is available for every year. A logarithmic spiral would compress inner years and expand outer years, visually underweighting early data. An equidistant spiral is the honest geometric choice when all cycles contain equally important data.

// SLIDE 05 — SEASONAL PATTERN VS. TREND

SEASONAL PATTERN VS. TREND

The spiral simultaneously shows two temporal signals: the within-cycle seasonal pattern (which months peak, which trough

NARRATION

The spiral simultaneously shows two temporal signals: the within-cycle seasonal pattern (which months peak, which trough) and the across-cycle trend (do bars at the same angle grow larger in each successive arm?). In this dataset, both are visible. The Q4 cluster (Oct, Dec, top-left quadrant) grows taller arm by arm , the seasonal peak intensifies. April bars (right side) also grow but remain the shortest at each arm , the seasonal trough persists.

// SLIDE 06 — PROMPT

PROMPT

spiral-plot.htmla full HTML page with inline CSS and inline D3 v7 (loaded from The chart should fill the viewport, be responsive on resi
spiral-plot/data.jsonthe data file the chart loads via d3.json("./spiral-plot/data.json"), with a fallback inline literal in the HTML if the
Monthly humanitarian aid disbursements (USD millions), 2021–2024. 48 data points4 cycles × 12 periods. Fictional placeholder with realistic seasonal pattern and year-over-year growth. Q4 peaks and Q2
periodsPerCycleinteger — number of periods per revolution (12 = monthly)
periodLabelsarray of strings — short label for each period (Jan–Dec)
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 spiral plot in D3 v7. Two files:

// SLIDE 07 — AI WAYBACK MACHINE

AI WAYBACK MACHINE.

Ramon LlullRun this:"Ramon Llull Ars Magna combinatorial wheels"Now make the prompt better.
NARRATION

The ideas in this chapter didn't appear from nowhere. Ramon Llull, a 13th-century Catalan philosopher, built rotating concentric paper wheels that combined attributes by spinning the inner disk against the outer. Each rotation produced a new conjunction of categories. His Ars Magna (c. 1305) is the oldest known mechanical combinatorial visualization , and the conceptual ancestor of every spiral plot that wraps a time series around a center to make cycles visible. Ramon Llull, 13th century. AI-generated illustration based on a public domain painting (Wikimedia Commons).

// SLIDE 08 — THESIS

THE CORE CLAIM.

The ideas in this chapter didn't appear from nowhere. Ramon Llull, a 13th-century Catalan philosopher, built rotating co

Ramon Llull, 13th century. AI-generated illustration based on a public domain painting (Wikimedia Commons).

NARRATION

The ideas in this chapter didn't appear from nowhere. Ramon Llull, a 13th-century Catalan philosopher, built rotating concentric paper wheels that combined attributes by spinning the inner disk against the outer. Each rotation produced a new conjunction of categories. His Ars Magna (c. 1305) is the oldest known mechanical combinatorial visualization , and the conceptual ancestor of every spiral plot that wraps a time series around a center to make cycles visible. Ramon Llull, 13th century. AI-generated illustration based on a public domain painting (Wikimedia Commons).

// SLIDE 09 — CLOSE

ASK THE QUESTION. APPLY THE FRAMEWORK.

WHAT THIS CHART IS//WHY IT CANNOT BE A LINE C//THE ARCHIMEDEAN CHOICE

Brutalist D3 × Claude · Ch.65 · Spiral Plot

NARRATION

That is the framework. Brutalist D3 times Claude, chapter 65: Spiral Plot. The patterns are now in place. Apply them.

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