tezvyn:

Two ways accurate data can still mislead in a chart

AI-drafted, machine-checkedSource: interviewintermediate
WHAT IT TESTS

visualization honesty.

OUTLINE

name distortions like truncated axes or cherry-picked ranges, give the fix for each, explain why each misleads.

RED FLAG

listing chart types without the perceptual mechanism.

WHAT THIS TESTS This checks whether you understand that a chart communicates through human perception, so accurate numbers can still produce a false impression. It separates people who can read data from people who can present it responsibly.

A GOOD ANSWER COVERS First distortion: a truncated y-axis. Starting a bar chart's axis at, say, ninety instead of zero makes a one-point difference look like a doubling because the eye compares bar lengths. The fix is to anchor bar charts at zero; if you must zoom, use a line chart or clearly annotate the broken axis. Second distortion: a cherry-picked time window or a dual-axis chart. Showing only the months where two series move together implies a trend or correlation that vanishes over the full range, and dual axes let you slide two unrelated lines into apparent lockstep by choosing the scales. The fix is to show the complete relevant time range and avoid dual axes, or use indexed values on a single shared scale. You can also mention area encodings where doubling a value but scaling both width and height quadruples the perceived size.

COMMON WRONG ANSWERS Listing chart types like pie charts as simply bad without explaining the perceptual mechanism. Saying the data is wrong, which misses the premise that the numbers are accurate. Offering no concrete correction.

LIKELY FOLLOW-UPS When is a non-zero axis actually acceptable? How would you detect a misleading chart in someone else's report? What is the lie factor concept?

ONE CONCRETE EXAMPLE A sales deck shows quarterly revenue as bars from ninety-eight to one hundred, making Q4 look twice Q1. Rescaled from zero, the bars are nearly identical, revealing flat sales. You redraw it anchored at zero and add a small annotation noting growth was two percent, turning a hype slide into an honest one.

Read the original → geeksforgeeks.org

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.