
2026-01-12
pattern discovery
efficient summary of information
visual/spatial analogy for quantitative patterns
Aim to maximize information and minimize ink.
paraphrased from Edward Tufte
counts? quantities? multivariate? relationships?
between groups? differences? time trend?
meters? dollars? percent? relative change? is it isometric?

Show the data
Encourage the eye to compare differences
Represent magnitudes honestly and accurately
Draw graphical elements clearly, minimizing clutter
Make displays easy to interpret
Above all else show the data.
Tufte 1983




Question: Pros/cons of this plot versus table with 6 numbers?

From the 5-year American Community Survey 2013, via flowingdata

from NYT

From: flowingdata

tdlr; usually in the web browser, with javascript
For example:
For instance:
Generally, exploratory data analysis is quick: we try out many things, and narrow in on useful visualizations.
So: simple, easy plots. We’ll be using plotnine, an implementation of the Grammar of Graphics, that encourages us to abstract the idea of visuallly representing data and makes it easy to incrementally develop plots.