Stem and Leaf- Plot Construction Guide
What Is a Stem and Leaf Plot?
A stem and leaf plot is a way to display data while keeping the original values intact. You split each number into two parts: the stem (the leading digit or digits) and the leaf (the trailing digit).
Think of it as a sideways histogram that still shows every single data point. Teachers love it because students can see the shape of the data AND verify exact values. Statisticians use it for quick data exploration before running heavier analysis.
It works best for small to medium datasets. Once you hit 100+ values, the plot gets cluttered and you're better off with a histogram or box plot.
Why Use This Plot Type?
Most people grab a histogram without thinking. But stem and leaf plots have specific advantages:
- Original data stays visible — unlike histograms where values get grouped into bins
- You can spot the exact mode, median range, and outliers without calculation
- It shows data distribution shape in seconds
- Perfect for small datasets (10-50 points)
- No software required — you can draw one by hand
The main downside: it falls apart with large datasets or decimal numbers. Know when to use it and when to switch tools.
How to Build One (Step by Step)
Getting Started
Let's use real data. Say you have test scores: 78, 82, 91, 65, 73, 88, 95, 71, 84, 69
Step 1: Sort your data
Arrange from lowest to highest: 65, 69, 71, 73, 78, 82, 84, 88, 91, 95
Step 2: Separate stems and leaves
For these two-digit numbers, the stem is the tens digit and the leaf is the ones digit.
65 → stem: 6, leaf: 5
69 → stem: 6, leaf: 9
71 → stem: 7, leaf: 1
Step 3: Draw the plot
Write stems in a vertical column (lowest at top), then write leaves in rows to the right. Include a key so readers know how to read it.
Here's what it looks like:
Stem | Leaf 6 | 5 9 7 | 1 3 8 8 | 2 4 8 9 | 1 5
Key: 6 | 5 = 65
Reading Your Plot
Once constructed, reading the plot takes practice. Here's how to extract information quickly:
- Find the median: Count total leaves. The median is the middle value. With 10 scores, it's between the 5th and 6th values (78 and 82), so median ≈ 80.
- Identify the mode: Look for the tallest row and the most repeated leaf. Row 6 has two leaves (5, 9) — no mode here, but you get the idea.
- Spot outliers: Rows with single leaves far from others signal potential outliers.
- Read distribution shape: Are leaves spread evenly? Clustered at one end? Bimodal?
Examples with Different Data Sets
Three-Digit Numbers
Data: ages at a community event — 145, 152, 167, 142, 158, 161, 149, 155
Stem = first two digits (tens and hundreds), leaf = ones digit.
Stem | Leaf 14 | 2 5 9 15 | 2 5 8 16 | 1 7
Key: 14 | 2 = 142
Two-Digit Numbers with Decimals
Stem and leaf plots struggle with decimals. Your options:
- Treat decimals as leaves: 7.2 → stem: 7, leaf: 2
- Multiply all values to eliminate decimals, then plot
- Switch to a different plot type entirely
Back-to-Back Stem and Leaf
Want to compare two groups? Use back-to-back stems with leaves extending both directions.
Group A | Stem | Group B
9 5 2 | 6 | 1 3 7
8 4 | 7 | 2 5 8
| 8 | 4
Group A leaves go left, Group B leaves go right. Simple visual comparison.
When Stem and Leaf Works (and When It Doesn't)
Don't force this plot everywhere. It has limits.
Use it when:
- Dataset has fewer than 50-100 values
- You need to preserve exact data points
- Teaching basic statistics concepts
- Quick exploratory analysis of small datasets
- Comparing two related groups
Skip it when:
- Dataset exceeds 100 values — gets unreadable
- Data contains decimals or fractions — awkward handling
- You need to show frequency distributions for large populations
- Software tools are available — histograms and box plots do the job faster
- Your audience expects polished visualizations
Stem and Leaf vs Other Plot Types
Here's how it stacks up against common alternatives:
| Plot Type | Preserves Raw Data | Handles Large Data | Shows Distribution | Easy to Draw by Hand |
|---|---|---|---|---|
| Stem and Leaf | Yes | No | Yes | Yes |
| Histogram | No | Yes | Yes | Yes |
| Box Plot | No | Yes | Yes (summarized) | Somewhat |
| Dot Plot | Yes | No | Yes | Yes |
| Scatter Plot | Yes | Yes | No | No |
Each plot serves different purposes. Stem and leaf wins when you need transparency and simplicity with small data. Histograms win for anything else.
Common Mistakes to Avoid
- Inconsistent stem widths: All stems must represent the same interval. Mixing stems that represent 1s and 10s breaks the visual.
- Forgetting the key: Without it, readers can't decode your values. Always include one.
- Unsorted leaves: Each row's leaves should be in ascending order. Messy rows defeat the purpose.
- Too many decimal places: Round decimals before plotting or switch plot types.
- Using it for huge datasets: If your plot has 20 stems with 8 leaves each, you need a different tool.
Quick Reference Checklist
Before finishing any stem and leaf plot, verify:
- Data is sorted from lowest to highest
- Stems are in vertical order with no gaps (unless no data exists for that stem)
- Leaves are arranged left to right in ascending order
- Key is included and accurate
- Title clearly identifies what the data represents
That's the complete picture. Stem and leaf plots are simple tools for specific situations. They're not flashy, they're not modern, but they work when you need to see your actual data without aggregation. Use them for what they're good at and switch tools when the data outgrows them.