Dot Plot Calculator

Paste a list of numbers to build a dot plot — a stacked-dot frequency chart — plus the count, range, mode, median, and mean of your data.

Quick Facts

Method
One dot per observation, stacked over each value on a number line
The height of each column is that value's frequency; total dots = sample size n.

Your Results

Calculated
Count (n)
-
Total data points
Mode
-
Tallest dot stack
Median
-
Middle value
Mean
-
Average
Range
-
Max − min
Distinct values
-
Columns on the plot

Ready

Enter your data and build the dot plot.

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.

Frequently Asked Questions

What does each dot represent?
Exactly one observation from your dataset. A value that appears three times gets three dots stacked in its column. Add up all the dots and you get the sample size n, which is why the count in the results equals the number of values you entered.
What is the difference between a dot plot and a histogram?
A dot plot shows one dot per data point on an ordered number line and keeps every distinct value separate, so no detail is lost — it is best for small datasets. A histogram groups data into bins and draws bars for the count in each bin, which is better for large datasets but hides the individual values and depends on your choice of bin width.
How do you find the mode from a dot plot?
Look for the tallest stack of dots. The value under that column occurs most often, so it is the mode. If two or more columns tie for the tallest, the data is multimodal and has more than one mode; if every column is a single dot, there is no mode.
Can a dot plot handle decimals or negative numbers?
Yes. This calculator accepts decimals and negatives — it plots each distinct value in numeric order along the axis. Dot plots work best when values are discrete or repeat; if every decimal value is unique, consider rounding to a sensible precision (or use a histogram) so that meaningful stacks can form.