The data-ink ratio is Edward Tufte's central principle for graphical design, introduced in The Visual Display of Quantitative Information (1983). It is the proportion of a graphic's "ink" (pixels, on screen) that represents actual data:
$$\text{Data-ink ratio} = \frac{\text{Data-ink}}{\text{Total ink used in graphic}}$$
Tufte's maxim: maximise the data-ink ratio. Every element in a visualisation should represent data or help the viewer interpret data. Elements that do neither — what Tufte calls chartjunk — should be removed.
Chartjunk includes:
- Unnecessary gridlines cluttering the background
- Decorative borders and frames
- 3D effects on bar charts and pie charts
- Moiré patterns in fills
- Gratuitous colour for non-data elements
- Redundant axis labels and legends
- Heavy axis tick marks competing with data
The principle is not aesthetic minimalism for its own sake — it is a direct application of signal-to-noise reasoning. Extraneous visual elements compete for the viewer's limited attentional resources and increase cognitive load. Removing them makes the data itself more visible.
The principle connects to several other ideas in this textbook: Nielsen's "aesthetic and minimalist design" heuristic, the cognitive load theory of extraneous load, and the dark cockpit principle of showing only what matters. Tufte's contribution was making the idea measurable and visualising its application to specific chart designs.
Related terms: Chartjunk, Cognitive Load, Small Multiples
Discussed in:
- Chapter 14: Data Visualisation — Tufte's Principles
Also defined in: Textbook of Usability