Dotplot
By Jude Wallis · Published
A dotplot displays quantitative data by stacking one dot above a number line for each observation at its value.
A dotplot puts one dot on a number line for every observation, at that observation's value, and stacks dots when values repeat. The horizontal axis is the variable's scale. The vertical direction is a count, not a second variable. Nothing is grouped and nothing is averaged, so the display loses no information: the whole data set can be read back off it.
Twelve students report how many siblings they have. Four say 0, five say 1, two say 2, and one says 3, so the plot shows stacks of height 4, 5, 2 and 1 above the marks 0, 1, 2 and 3. The mean is sibling. With the median falls between the 6th and 7th values, both of which are 1, so the median is 1 as well.
The error that follows is reading the axis instead of the dots: "the values are 0, 1, 2 and 3, so the mean is ." That averages four axis labels. Each dot is one student, so every value has to be counted as many times as it has dots above it. The marks on the axis record which values occurred, not how often.
A dotplot conceals almost nothing, which is also where it breaks. With 400 measurements recorded to two decimals, nearly every value is unique, so you get 400 stacks one dot tall and no readable shape. That is the point at which you bin into a histogram and accept the loss. A dotplot also needs a number line, so it is the wrong display for a categorical variable.
For contrast, the five-number summary of those twelve counts is 0, 0, 1, 1.5, 3, and a boxplot drawn from it cannot show that the tallest stack sits at 1. Dotplots are one of the three displays in topic 1.5, Graphical Representations for One Quantitative Variable.
Where this comes up
- Dotplot vs histogram vs stemplot: how to chooseComparison
- Dotplot, stemplot, and histogram practicePractice
- What is a bimodal distribution? Two peaks, explainedGuide
- AP Stats 1.5: Graphs for Quantitative DataAP topic
- First Day of AP Statistics: A Complete PlanGuide
- Skewed left vs skewed right: what happens to the meanGuide
- Describing and comparing distributions practicePractice
- Justifying claims from a mean CI: practicePractice
18 pages on the site use this term.
More graphs and displays terms, or browse the full statistics glossary.