Charts & Presentations guide
A clean bar chart in two minutes
A good bar chart is five decisions: the right chart type, a meaningful sort order, a zero-based axis, values labeled on the bars, and colors that survive grayscale printing. None takes more than thirty seconds.
Updated:
Problem
Most report charts fail on defaults, not data: the software auto-assigns ten colors, parks the legend far from the bars, and orders categories by input sequence. Readers bounce between legend and bars to decode it — and a chart that costs effort to read loses its power to persuade.
Who should use this
Students building project reports, teachers teaching charting, and anyone presenting numbers in meetings.
Formula and concept
First confirm a bar chart is the right tool: comparing quantities across categories → bars; change over time → line chart; parts of a whole with five or fewer slices → maybe a pie. The most common misuse is stuffing eight categories into a pie chart — that is bar-chart work.
The value axis must start at zero; this is the honesty rule of bar charts. Bars encode value as length, so an axis starting at 50 makes 55 versus 60 look like a threefold gap — a textbook example of misleading visualization. If differences vanish at zero-scale, report the exact numbers in text instead of bending the axis.
Sort order carries a message: descending order emphasizes ranking; natural order (grades, months, age groups) preserves sequence. The only wrong order is "whatever order the data was typed in." Likewise, printing values directly on bar ends always beats making readers cross-reference axis ticks.
Step by step
- Pick the type: category comparison → bar; time trend → line; share of whole with ≤5 slices → pie.
- After entering data, sort it: descending for ranking, natural order when categories have one.
- Set the value axis to start at zero and strip all 3D, shadow, and gradient effects.
- Label values on each bar, no smaller than the axis text; switch to horizontal bars when category names run long.
- Color with one hue in shades, or one neutral plus a single accent — then check it still reads in black-and-white.
Worked example
A report on six clubs' recruitment numbers: the original pie chart with a seven-color palette and a right-side legend got the comment "can't tell who leads." Rebuilt as horizontal bars sorted descending, counts printed at each bar's end, one color with only the leader in a darker shade — a 90-second edit turned the same data into "Music Club leads with 48; the gap concentrates in the top three" at a glance.
Common mistakes
- A value axis that skips zero, distorting bar-length ratios and inviting accusations of spin.
- Eight categories crammed into a pie chart, with slice angles nobody can compare.
- Rainbow palettes that make everything pop — so nothing does — and collapse into identical grays in print.
- 3D bars whose perspective makes back-row bars look shorter than they are.
Editorial and reproducibility review:
Turn the guide into an auditable decision
This section reworks the guide’s own club-recruitment example (pie chart rebuilt as a sorted bar chart in 90 seconds) and verifies the specific distortion claim about a non-zero axis.
Reproduce the axis-distortion example with real numbers
The guide claims an axis starting at 50 makes 55 versus 60 look far more different than they really are. Check this yourself: on a full 0-to-60 scale, the bars for 55 and 60 have lengths in a 55:60 ratio (about 1.09:1, barely different); on a scale truncated to start at 50, the same two values become 5 units and 10 units above the axis start — a 1:2 ratio, doubling the apparent gap even though the underlying numbers only moved from 55 to 60. Either way, the point holds: truncating the axis changes the visual comparison without changing the data.
Reproduce the six-club rebuild and confirm the category-count threshold
The example’s six clubs got a comment of "can’t tell who leads" as a pie chart, then became readable as horizontal bars sorted descending with the leader (48) in a darker shade. Apply the guide’s own category thresholds to this case: six categories sits right at the vertical-bar limit of about 6, which is why horizontal bars (usable up to 10–12) were not strictly required here but still made the ranking easier to scan. Test the threshold yourself with a 9-category dataset — vertical bars at that count typically need slanted or shrunken labels, the guide’s stated trigger for switching to horizontal.
Self-check which chart type the zero-axis rule actually applies to
The guide is explicit that the zero-based axis rule applies to bar charts, not line charts — a line chart tracking change over time may start elsewhere as long as the axis range is clearly labeled, because a line encodes trend direction rather than absolute length. Self-test: if you are building a line chart of the same club data over several years, do not apply the "must start at zero" rule automatically; check whether the chart type is actually a bar chart before enforcing that specific rule.
Completion criteria
- Reproduced the axis-truncation example and can explain why 55 vs 60 looks far more different once the axis starts at 50 instead of 0.
- Applied the category-count threshold (about 6 for vertical, 10–12 for horizontal) to a dataset with more than six categories and picked the layout accordingly.
- Rebuilt a poorly-sorted or over-colored chart using the five-decision checklist rather than judging it on data accuracy alone.
- Confirmed the chart type is a bar chart, not a line chart, before applying the zero-based-axis rule.
Recommended tools
FAQ
- What is the difference between a bar chart and a histogram?
- Bar charts compare discrete categories and keep gaps between bars; histograms show the distribution of a continuous variable and the bars touch. Club sizes → bar chart; score distribution → histogram.
- When should bars run horizontally?
- Two cases: long category names (vertical bars force slanted or shrunken labels) or more than six categories (top-to-bottom reads naturally).
- Is a non-zero axis ever acceptable?
- Not for bar charts — length is the encoding, so truncation is visual lying. Line charts tracking change may start elsewhere, with the axis range clearly labeled.
- How many categories fit in one chart?
- Up to about 6 vertical bars, 10–12 horizontal. Beyond that, merge minor categories into "Other" or split into two charts.
Next step
Apply the five rules in the bar chart maker, and keep the pie chart tool for genuine five-slice share questions — two minutes to a report-ready figure.