Unit 10 / 11

Avoiding Misleading Visualization: Graphic Ethics and Integrity

Gains:

  • Recognize common distortion techniques such as dashed axis, 3D effect, illusion of area, cherry picking, and denormalization.
  • Ability to use artificial intelligence not to 'make it impressive' but as an honesty checker and request a readable and honest output from the graph
  • Ability to check and correct a chart for axis, scale, type, extent, normalization, label, and accessibility

A graph doesn't lie at its most dangerous; It misleads. It uses technically "correct" data but presents it in a way that deceives the eye. In the age of artificial intelligence, this risk has increased, as the model frequently favors the “impressive” over the “honest” and quickly produces the misleading graph if you do not notice. This unit teaches you to recognize common distortion techniques, use AI as an honesty checker, and clean your own charts of these traps.

The most common deception techniques

Let's see a few concepts with concrete examples.

  • Truncated axis: The y axis does not start from 0, but from, say, 90; A small difference seems huge. A 2% increase looks like 50%.
  • Dual/inverse axis: Showing two series "moving together" as desired, with two different y-axes.
  • 3D and volume: Three-dimensional pie/bar makes the front slice appear larger than it is; Value is confused with volume.
  • Area illusion: Representing a value with the diameter of a circle and multiplying the area (and therefore perception).
  • Inverted/moved axis: Inverting the Y-axis and making the increase look like a decrease (there are notorious examples).
  • Cherry-picking: Selecting the time period/segment that fits the narrative and hiding the rest.
  • Non-normalization: Comparing absolute number without dividing by population/base (big city appears "leading" in everything).
  • Incorrect total: Pie slices not adding up to 100%, overlapping categories.

technical

How can it mislead?

honest alternative

Dashed y-axis

Makes a small difference bigger

Start axis from 0

3D cake/bar

Perspective distorts value

Plain (2D) bar

Area/diameter

Increases area to 4×

Linear scale, clear label

cherry picking

Hides the outlier period

Show entire period

denormalization

Keeps the large base in front

Rate / per person

dual axis

Creates a fake relationship

Single axis or separate chart

Caution: The "axis must start at 0" rule is almost absolute for a bar chart (the length of the bar represents the value). Sometimes narrow range is legitimate on a line chart, but then make it clear; Never do it to exaggerate the difference.

Making artificial intelligence an integrity checker

One of the most powerful uses: having the model critique your own chart. Provide screenshots or descriptions to avoid misleading items.

Your role: data visualization ethics auditor.Check this chart for misleading (image attached / description: [ ... ]).Check these one by one and mark if you find:1) Does the y-axis start at 0? Is there any clipping?2) Does the 3D/volume effect distort the value?3) Is the value exaggerated by area/diameter?4) Should one choose a time period/segment (cherry picking)?5) Should it be an absolute number or normalized?6) Does dual axis create a spurious relationship?7) Is it readable for a colorblind person?Suggest concrete fixes for each problem. I want it to be HONEST, not just 'nice'.

To audit an assertion independently of the chart:

The following graphic claims: "[claim]". Is this claim HONESTLY supported by the data? Evaluate for axis, scale, selected range, and normalization. What data could have been hidden that weakens the claim? Graph/data: [ ... ].

Step by step: passing a chart through honesty

  1. Check the axis. Is y from 0 on the bar chart? Is there any cutting?
  2. Check the scale. Linear or logarithmic? Is the log specified?
  3. Check the type. Are there any misconceptions of 3D, volume, or area?
  4. Check the scope. Entire period/segment or selected?
  5. Check normalization. Is per person/rate required?
  6. Check the label and source. Does it say unit, period, source?
  7. Check accessibility. Is there a distinction for colorblind people?

three mini cases

Case 1 — Truncated axis. A company had made a bar chart with the y-axis starting at 95 to show its superiority over its competitor; The difference between 96 and 98 seemed to be twofold. It was inspected before going to press, the axis was set to 0. The actual difference was 2%; The misleading graphic presented a reputational risk.

Case 2 — Normalization. One municipality said, "We are the district that plants the most trees"; but they were the largest district. When we look at the number of trees per capita (normalized), they fall to the 6th place. Artificial intelligence demonstrated this difference; the presentation was made honest by the "per capita" metric.

Case 3 — Cherry picking. One investment presentation showed only the rise of the last 4 quarters; The previous two years of fluctuation were hidden. Added all history in audit. The investor said "at least he's honest" and confidence increased; If it had been hidden, it would have been much worse to find out later.

Weak prompt / Strong prompt

Weak:

Make this graphic more impressive.

The desire for “impressive” pushes the model precisely to techniques of deception (axis cutting, 3D, emphasis inflation).

Strong:

Your role: data visualization ethics auditor. Make this bar chart MORE READABLE and MORE HONEST: make y-axis start at 0, remove 3D/shadow, sort bars by value, use single highlight color, add unit and source. Don't do anything to exaggerate the difference; Let the real difference appear. Graphic: [ ... ].

The second demands “readable + honest” instead of “impressive” and imposes each honesty rule one by one.

Common mistakes

  • Dashed axis in the bar: The most common way to exaggerate the difference.
  • 3D/volume effect: Perspective distorts value; never use it.
  • Value with area/diameter: Multiplying perception by enlarging the circle.
  • Cherry picking: Selecting the appropriate period and hiding the rest.
  • Denormalization: Unfair comparison with absolute number.
  • “Make it impressive” means: Inviting distortion of the model.
  • Not specifying log scale: Using the logarithmic axis without explaining it.

In summary

Deceptive graphics deceive without lying: truncated axis, 3D effect, area illusion, cherry picking, denormalization, and double axis are the most common traps. In bars, start the axis at 0, do not use 3D, show the entire period, normalize where necessary, write the unit and source. Use AI as an integrity checker, not for “make it impressive”; Ask for legible and honest output from the model. The honesty of the chart is your reputation.

Application task

Select a chart you have (or found). (1) Apply the seven-item honesty check (axis, scale, type, scope, normalization, label, accessibility). (2) Have the AI ​​criticize the graph in the role of auditor. (3) Fix at least two misleading items. (4) Produce the same data with a deliberately misleading and an honest version and write the difference in one sentence.

checklist

  • [ ] In bar charts, the y-axis starts from 0.
  • [ ] No 3D/volume/area illusion.
  • [ ] Showing all relevant period/segment (no cherry picking).
  • [ ] If necessary, I normalized the data (per capita/rate).
  • [ ] Unit, period and source written in the chart.
  • [ ] There is distinction (shape/label) for colorblind viewer.
  • [ ] I wanted the model to be "honest and readable", not "impressive".