Apps

🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!

← Back to Library
blog.category.aspects Mar 29, 2026 2 min read

Scale Manipulation (Uneven Intervals) — When Logic Wears a Disguise

Scale manipulation involves using uneven intervals, non-linear scales, dual axes, or inconsistent unit sizes to distort the visual impression of data. Unlike simple axis truncation, scale manipulation may use logarithmic scales without disclosure, change interval sizes partway through an axis, or employ dual y-axes with different scales to make two unrelated trends appear correlated. These techniques can make flat trends look dramatic or dramatic changes look gradual.

Also known as: dual axis trick, uneven intervals, logarithmic scale abuse, axis manipulation

How It Works

Viewers instinctively compare visual positions of lines and bars without carefully reading axis labels and intervals. Dual-axis charts are especially deceptive because two unrelated series can always be made to appear correlated by adjusting the scales.

A Classic Example

A graph shows tax revenue and crime rate on dual y-axes. The left axis for tax revenue runs from $0 to $100 billion; the right axis for crime runs from 400 to 410 incidents per 100,000. The two lines appear to track each other perfectly, implying causation, but the crime axis covers a trivial range while the revenue axis spans the full range.

More Examples

An energy drink advertisement plots its product's caffeine content alongside competitors using a bar chart where the y-axis jumps from 0 to 140mg and then has an unannounced break before continuing to 160mg. The brand's bar, sitting just above the break, appears dramatically taller than rivals with nearly identical caffeine levels.
A climate skeptic blog displays a temperature anomaly graph with the y-axis spanning –10°C to +10°C, compressing a consistent 1.2°C warming trend over a century into a nearly flat, visually imperceptible line, making the change appear trivial.

Where You See This in the Wild

Scale manipulation is common in climate change denial graphics, pharmaceutical advertising, financial market commentary, and political data visualization.

How to Spot and Counter It

Check whether axes start at zero, whether intervals are even, and whether dual axes are being used. Re-plot the data with consistent scales to see if the visual impression holds.

The Takeaway

The Scale Manipulation (Uneven Intervals) is one of those reasoning errors that sounds perfectly logical at first glance. That's what makes it dangerous — it wears the costume of valid reasoning while smuggling in a broken conclusion. The best defense? Slow down and ask: does this conclusion actually follow from these premises, or am I just connecting dots that happen to be near each other?

Next time someone presents you with an argument that "just makes sense," check the structure. The feeling of logic is not the same as logic itself.

Related Articles