Mathwords logoMathwords

Stemplot

Stemplot
Stem-and-Leaf Plot

A simple way to display the shape of a distribution.

 

Stemplot example: data 52–99 displayed with stems 5–9 and leaves showing distribution shape.

 

See also

Boxplot, box-and-whisker plot

Worked Example

Problem: Create a stemplot for the following test scores: 43, 51, 55, 58, 62, 63, 67, 71, 74, 78, 82, 85.
Step 1: Identify the stems. The tens digits range from 4 to 8, so the stems are 4, 5, 6, 7, and 8.
Step 2: Separate each value into stem | leaf. For example, 43 has stem 4 and leaf 3; 67 has stem 6 and leaf 7.
Step 3: List each stem once on the left of a vertical line, then write the corresponding leaves in ascending order to its right.
Answer: The completed stemplot: 4 | 3 5 | 1 5 8 6 | 2 3 7 7 | 1 4 8 8 | 2 5 Each row shows all values sharing that tens digit. You can quickly see the data clusters in the 50s, 60s, and 70s.

Why It Matters

A stemplot preserves every individual data value while also showing the overall shape of the distribution, something a histogram cannot do. This makes it especially useful for small to moderate data sets (roughly 15–100 values) where you want to spot clusters, gaps, and outliers at a glance. It is a standard tool in introductory statistics courses and on the AP Statistics exam.

Common Mistakes

Mistake: Writing leaves in random order instead of sorted order.
Correction: Always arrange the leaves from smallest to largest within each stem row. An unsorted stemplot makes it difficult to read the distribution shape or find the median.

Related Terms

  • BoxplotAnother display summarizing data distribution
  • Box-and-Whisker PlotVisual summary using quartiles and extremes
  • HistogramGroups data into bins like a stemplot
  • DistributionThe overall pattern a stemplot reveals
  • MedianEasily found from a sorted stemplot