Section 3.3

Tables & Figures That Don't Lie

A good display earns its space: it shows a pattern faster than a sentence could, and it tells the truth about how big that pattern is. A bad one does the opposite — it dresses a tiny difference up as a landslide, or buries the real story under decoration. This lesson is about choosing between text, table, and figure, laying an APA table out correctly, and spotting the handful of tricks that make honest data look like a miracle.

Text, table, or figure?

Pick the lightest tool that does the job:

  • Text for a few numbers. Two or three values belong in a sentence ("recall rose from 24.1 to 28.4"), not a table with two rows.
  • Table when the reader needs the exact values, or many of them: several groups × several measures, model coefficients, descriptive summaries.
  • Figure when the shape of the data is the point: a trend, a distribution, an interaction. A picture beats a table when you want the pattern, not the digits.

And every table and figure must be referred to in the text ("as Figure 1 shows…") and be understandable on its own, through its title and notes. A display nobody points to is a display nobody reads.

APA table anatomy

APA tables are deliberately spare. The rules that trip students up:

  • No vertical lines, ever. Only horizontal rules: one under the title row, one under the column headers, one at the bottom. White space separates the columns.
  • A numbered title above the table (Table 1, then an italicized descriptive caption on the next line).
  • Aligned decimals and a consistent number of decimal places down each column.
  • Notes underneath for abbreviations, the meaning of the error term, and significance markers.

Figures have that same anatomy now

APA 7 gave figures the identical skeleton, which is about the most common formatting slip in a thesis built from an inherited template. Above the image: the figure number in bold on its own line (Figure 1), then the title in italics on the next. Below the image: the note, opening with an italicized Note. and a period. Nothing else goes under a figure.

That last rule is where sixth-edition habits show. Under APA 6 a figure's caption sat below the image while a table's title sat above it, so the two looked nothing alike; the seventh edition made them twins. A document with captions under its figures and titles over its tables was written half in each edition, and a marker who knows the difference will see it in a second. One related detail: the legend naming your bars or lines belongs inside the figure frame, not down in the note.

Figures that lie

Most misleading charts come not from fraud but from defaults left on, or flourishes added to "make it pop". The usual suspects:

  • Truncated axis. Starting the y-axis at 45 instead of 0 turns a 10% gap into a cliff. This is the single most common way an honest number is oversold.
  • Dual axes. Two different y-scales on one plot can manufacture a "relationship" between any two lines by sliding the scales around.
  • 3-D and chartjunk. Fake depth, gradients, drop shadows, and rainbow palettes add ink but no information, and 3-D actively distorts which bar looks taller.
  • No error bars. Bare bars imply the numbers are exact. Show the uncertainty, or you've hidden half the story.
  • Unsorted or cherry-picked categories. Ordering bars by value (not alphabetically) makes honest comparison easy; hiding inconvenient categories makes it impossible.

Say what the error bars show

An error bar is meaningless until you say what it represents, because three common choices look identical but mean very different things:

  • SD shows how spread out the individual data points are. It doesn't shrink with sample size.
  • SE shows how uncertain the mean is (SD ÷ √n). Smaller with more data.
  • 95% CI gives a plausible range for the true mean (≈ ±1.96 SE), and is the most reader-friendly. See Confidence Intervals.

Always state the choice in the caption ("error bars show 95% CIs"). Bars without a definition can't be interpreted — and overlapping bars don't automatically mean "no difference," so let the actual test, not the eye, decide.

Fix this chart

Here's a chart of exam scores under three teaching methods, drawn with every trick switched on: a chopped axis, fake 3-D, chartjunk, no error bars, and bars in no useful order. It screams "Method C wins!" Turn the tricks off one at a time and watch the miracle shrink to what the data actually say — a difference of a few points.

📊 Turn off the tricks, one at a time

Same three numbers throughout — only the presentation changes.

The axis is where honesty starts. Of all the tricks, the truncated y-axis does the most damage, because it feels innocent — you're still plotting the real numbers. But a bar chart's whole promise is that length is proportional to value, and that promise only holds when the axis starts at zero. Start it anywhere else and the picture lies while every number stays "true."

Why it matters: a figure is an argument, and a reader trusts it faster than they trust your prose. That trust is exactly why a misleading chart is so corrosive — and why a grader or reviewer who spots a chopped axis or a missing error bar will doubt everything else you present. Draw the honest version: axis from zero, one flat color, error bars with a stated meaning, bars sorted so the comparison is easy. If the real effect looks small, let it look small — that's information too.

Problem 42 of the practice problems asks whether a client should spend two million on the strength of one 3-D bar chart with a truncated axis.

Common questions

Should error bars show SD, SE, or a confidence interval?

It depends on what you want the reader to see, but whichever you pick, you must state it in the caption, because the three look identical and mean very different things. SD shows how spread out the individual data points are and doesn't shrink with sample size. SE (SD ÷ √n) shows how precisely you've pinned down the mean, and gets smaller with more data. A 95% confidence interval (≈ ±1.96 SE) gives a plausible range for the true mean and is usually the most reader-friendly choice. One caution: overlapping error bars do not automatically mean 'no significant difference' — let the actual test decide, not the eye.

When should I use a table instead of a figure?

Match the tool to the message. Use a table when the reader needs the exact values, or many of them at once: several groups crossed with several measures, or a set of model coefficients. Use a figure when the shape of the data is the point: a trend over time, a distribution, an interaction. And use plain text for just two or three numbers, where a sentence beats a two-row table. Whatever you choose, reference every display in the text ('as Table 1 shows…') and make it stand on its own through a clear title and notes; a table or figure nobody points to is one nobody reads.

Can I paste my SPSS output tables straight into my thesis?

SPSS output is a diagnostic printout, not an APA table, and a marker recognizes one at a glance: vertical gridlines, the software's own column labels ('Sig.', 'Std. Error Mean'), numbers running to six decimals, and three blocks of statistics nobody asked for. Rebuild the table yourself and keep only the columns a reader needs, with horizontal rules and no vertical ones, decimals aligned and consistent down each column, 'Sig.' rewritten as p, and values rounded to two decimals (p to two or three). Copy the numbers, not the layout. If you want to see this done cell by cell for the five classic analyses, the guide From SPSS Output to APA Results annotates real output and shows the table it turns into.