U5.06.1One chart's mark count is limited by overlap and occlusiondesign

A chart's real capacity for marks is set by when they start overlapping, not by how much data exists

Aliases: density ceiling · mark overload

What it is

How many marks (points, lines, bars) a single chart can carry is set not by the data volume but by the canvas: past a certain density, marks begin to overlap, occlude, and fuse, individual information is buried, and the chart slides from "every point readable" to "a smear." Scatter plots with thousands of points and line charts with dozens of series are the classic over-limit cases. The ceiling exists, and it sits far below most intuitions.

Why it happens

The physical source is the pixel budget: a canvas has fixed pixels, and the area per mark shrinks as mark count grows; once the per-mark allocation approaches the inter-mark spacing, neighbours touch and cover each other — points hide points, lines fuse into knots. The cognitive source is task matching: even before marks fully overlap, quantities beyond the reader's per-item processing capacity degrade the doable task from "read individuals" to "see the whole" — and those two tasks need two different charts. The classic design error is cramming a must-read-individuals requirement into a see-the-whole chart.

Where it stops holding

The density ceiling is a variable, not a constant: smaller marks and more transparency raise the count a canvas can carry while lowering individual-read capability in step; interaction (hover, zoom) extends effective density within one chart at the price of never seeing overview and detail simultaneously. The ceiling also depends on overlap structure — data concentrated in one region becomes fully occluded at densities far below the area average.

Applying it

  • Before drawing, estimate marks against canvas area; scatter plots past several hundred points per square inch and line charts past ten series trigger a density review.
  • Inspect the rendered chart directly: indistinguishable colour masses or line tangles mean the limit is crossed — start the subtraction process (next card).
  • Verification: ask readers to point to a specified point or line; failure or error means density is over the limit and individual readability is already gone.

Related

  • Same group: U5.06.2 Past the density ceiling, aggregate, sample, or facet · U5.06.3 The density ceiling shifts with final size and resolution · U5.06.4 High-density charts keep overall shape and lose individual readability · U5.06.5 Solve density in data processing, not by shrinking marks
  • Nearby: U5.02.4 Too many legend entries degrade matching into a linear search · U5.04.4 Side-by-side charts need a shared order for cross-chart comparison
  • Search terms: overplotting · mark density · scatter plot limits

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/U5.06.1