Skill 09 · Dreambase Visualization Design
Subchapter 9.4
references/foundations.mdMarkdown7 KBView on GitHub
The research chain behind this skill’s rules, with what each source actually says (and where popular paraphrases go wrong). Read this when you need to justify a recommendation, resolve a disagreement about “the rules,” or decide when a rule may bend.
The through-line: Bertin (theory, 1967) → Cleveland & McGill (experiment, 1984) → Mackinlay (automation, 1986) → Heer & Bostock (web-scale replication, 2010) → Munzner (synthesis + task framing, 2014). When one citation must carry the encoding ranking, cite Munzner’s marks-and-channels chapter — it’s the validated modern synthesis.
Two planar dimensions (position x, y) plus six retinal variables: size, value (lightness), texture, color (hue), orientation, shape. Each variable has “levels of organization”: selective (pick a group at a glance), associative (group across variation), ordered (read ranking without a legend), quantitative (read ratios).
The experimentally derived accuracy ranking of elementary perceptual tasks for proportional judgments of quantitative data, most → least accurate (grouped items are ties):
Corollaries from the paper itself: dot charts beat pies; grouped bars beat stacked (stacked segments off the baseline become nonaligned-position judgments); framed-rectangle charts beat shaded choropleths.
Common misreadings to avoid: hue is not in this ranking at all (it lacks a perceptual ordering for quantity — restatements putting “hue” at the bottom are importing Mackinlay/Munzner); and only the position/length/angle portions were tested experimentally — area/volume/shading placements rest on psychophysical theory (Weber, Stevens).
Replicated Cleveland–McGill for web-rendered charts: the ranking held. Additional validated findings worth using directly:
Verified definitions:
What later research modifies: Bateman 2010 and Borkin 2013/2015 show relevant embellishment can aid recall without harming simple-chart comprehension (see infographics.md for exact scope and limits). What stands uncontested: the lie factor and proportional integrity. Fair synthesis: minimalism is a strong default for analytical work; decoration is a scoped tool for narrative work; distortion is never licensed.
Verbatim: “Overview first, zoom and filter, then details-on-demand.“ A design sequence for interactive interfaces, not a rule of static composition. The same paper’s taxonomy is usually dropped: 7 data types × 7 tasks — the last three tasks being relate (view relationships), history (undo/replay), and extract (export selections); dashboards routinely forget all three.
Refinements worth knowing: Shneiderman offered it as distilled practice wisdom, not validated law (Craft & Cairns 2005 documented the validation gap). For very large/dense data, a details-first entry can beat overview-first (van den Elzen & van Wijk 2014); Keim’s visual-analytics variant is “analyze first, show the important, zoom/filter, analyze further, details on demand.”
Nested model — four levels, each feeding the next: (1) domain situation → (2) data/task abstraction → (3) visual encoding & interaction idiom → (4) algorithm. Errors cascade outward-in, and each level needs its own kind of validation: a lab study can’t rescue a wrong abstraction; benchmarks can’t validate an encoding. Most bad dashboards are level-2 failures — pin the data/task abstraction before debating chart types.
What-why-how:
The modern channel rankings (cite these rather than raw Cleveland–McGill):
The two-list structure resolves the perennial confusion: hue is a poor magnitude channel but the second-best identity channel.
Extended Cleveland–McGill into separate effectiveness rankings for quantitative, ordinal, and nominal data (the APT system) — the ancestor of automated chart recommendation and the formal grounding for “match the encoding to the attribute type.”