Quantitative and categorical data need two different channel rankings
Aliases: data type and channel · quantitative ordinal nominal · channel effectiveness · ordered encoding
What it is
Channel fitness by quantitative, ordinal, and nominal semantics separates three questions. Quantitative values express how much and how far apart; ordinal values preserve order without necessarily supporting equal intervals; nominal values distinguish identity only. “Two rankings” in the title stresses that magnitude accuracy and category discrimination cannot share one order, but practice must also treat ordinal data explicitly. Semantics determines eligibility before empirical accuracy distinguishes candidates.
Why it happens
Position, length, area, and lightness have perceptible order and can carry amount or rank, though only some mappings support numeric difference well. Hue, shape, and some textures distinguish identity but do not inherently say “more.” Mapping nominal categories to lightness invents hierarchy; mapping quantitative values to unordered hues removes distance. Capacity, category count, mark size, color vision, and legend lookup further change discriminability, so no one fixed sequence covers all three semantics.
Studying it
Hold analytic task and field interpretation constant, then test value estimation, order recovery, and category identification separately. Use error and bias for quantities, inversion and adjacent-level confusion for order, and accuracy, time, and confusion matrices for categories. Vary category count, exposure, legend placement, color vision, and output medium. When one field is used as exact age, age band, or cohort label, construct different semantic tasks instead of letting storage type determine the study.
Where it stops holding
A channel may serve multiple semantics through different mappings. Position can encode a number or place categories in columns; spacing in the latter should not imply quantity. An ordinal level with true numeric boundaries may also expose quantity, while rank alone should not gain an equal-interval axis. Geographic position and network topology may already carry meaning and cannot be rearranged merely for accuracy. Cultural conventions can shape color interpretation, so a sample's preference is not a global rule.
Applying it
- Record each variable's semantic type for the present task and the comparisons it must support, rather than copying the database type.
- For quantity, preserve interpretable order and distance; for ordinal data, provide a monotonic distinguishable sequence; for nominal data, separate identities without inventing order.
- Test at the target cardinality, size, theme, and audience. Do not make color the sole carrier of category or state; give consequential variables text, shape, or position redundancy.
- When a field supports several tasks, separate views, switch encodings, or add direct query instead of asking one universal channel ranking to optimize them all.
Related
- Same group: U1.01.1 Visual channels have a stable empirical accuracy ranking · U1.01.2 The ranking comes from magnitude-judgment experiments, not design intuition · U1.01.4 The most important variable should get the highest-ranked available channel · U1.01.5 The ranking is an accuracy ceiling; alignment and mark size erode it
- Adjacent: U1.08.1 Nominal, ordinal, and quantitative data need different encoding channels · U1.05.1 Hue is a categorical channel with no inherent order
- Search terms:
quantitative ordinal nominal·channel effectiveness·categorical discriminability
Cards in the same group
- U1.01.1Visual channels have a stable empirical accuracy ranking
- U1.01.2The ranking comes from magnitude-judgment experiments, not design intuition
- U1.01.4The most important variable should get the highest-ranked available channel
- U1.01.5The ranking is an accuracy ceiling; alignment and mark size erode it