07

Narratives of Space and Time

"It may well be the best statistical graphic ever drawn." — Edward Tufte, on • Charles Joseph Minard's 1869 map of Napoleon's Russian campaign

What I see and like

Minard's map of the 1812 march on Moscow. A thick band leaves the border and thins, mile by mile, as an army of 422,000 melts to 10,000. Below it runs the temperature on the retreat. Six variables — size, location in two dimensions, direction, distance, and temperature over time — in one quiet, devastating picture. No chartjunk. Only consequence.

Six dimensions on one flat page

The genius is integration: every variable is carried by a property of a single band, so the eye never has to cross-reference.

   ARMY SIZE  = band thickness        ----████████████-------
   ADVANCE    = band moving right      Niemen ----> Moscow
   RETREAT    = darker band, leftward  Moscow <==== Niemen (thin)
   LOCATION   = x, y on the map
   TEMPERATURE (retreat, below):
      0 C  ------------------------------------
    -10    \                         _____
    -20     \____           ________/
    -30          \____ ____/   -30 C at the worst

Multivariate, without a legend

Each variable maps to a visual property so natural that no key is needed.

VariableEncoding
Number of menThickness of the band
Geographic pathPosition on the map (x, y)
DirectionColor of the band (advance vs retreat)
DistanceLength traveled along the path
TemperatureA line below, aligned to place
TimeImplied by the retreat sequence

The lesson

Great information design is often narrative — it tells a true story in space and time, integrating many variables so tightly that the argument is inescapable. The reader does not decode the graphic; they witness it.

   data --> integrated encoding --> a story the eye cannot misread
        (one band, many meanings)

Key takeaways

  • The best graphics integrate many variables into one coherent image.
  • Encode each variable as a natural property so no legend is needed.
  • Aim for narrative: a true story told in space and time.

Checklist

  • [ ] Multiple variables are carried by one integrated design
  • [ ] Encodings are natural enough to need no legend
  • [ ] The graphic tells a story, not just a statistic