What a dot plot is
A dot plot (also called a dot chart or line plot in elementary math) is one of the simplest ways to display a small set of numeric data. You draw a horizontal number line covering the range of your values, and for every observation you place a single dot above its value. When a value occurs more than once, its dots stack straight up, so each column becomes a little tower whose height equals how many times that value appears. Because every dot represents exactly one data point, the total number of dots is always the sample size n.
Dot plots sit between a raw list of numbers and a histogram. Unlike a histogram, they do not group data into bins — each distinct value keeps its own column — so no information is lost and you can still read off individual observations. That makes them ideal for small datasets (roughly 5 to 50 points) where you want to see clusters, gaps, symmetry, and outliers immediately.
How this calculator builds the plot
- Tally frequencies: it counts how many times each distinct value occurs. That frequency is the height of the value's dot stack.
- Mode: the value (or values) with the tallest stack — the highest frequency. A plot can be unimodal, bimodal, or have no mode if every value is unique.
- Median: the middle value once the data is sorted. With an even count it is the average of the two middle values.
- Mean: the sum of all values divided by n.
- Range: maximum value minus minimum value — the width the number line has to span.
Reading the shape
- Symmetric: dots pile up in the middle and thin out evenly on both sides. Mean and median are close together.
- Skewed: a long tail of isolated dots to the right (right/positive skew) or left (left/negative skew) pulls the mean toward the tail, away from the median.
- Clusters and gaps: separate groups of stacks can signal two different populations mixed together; an empty stretch of number line is a gap.
- Outliers: a lone dot far from the main cluster stands out instantly on a dot plot — that visibility is one of its main strengths.
Dot plot vs. histogram vs. bar chart
A histogram bins continuous data into intervals and draws bars, hiding the individual values; use it for large datasets. A bar chart compares categories and its bars can be reordered freely. A dot plot keeps every value on an ordered numeric axis with one dot per observation, so it preserves the raw data and the true spacing between values — the best choice for small quantitative samples.