Tested tool guide
Tested browser tools
Checked August 16, 2026
What Dot Plot Generator does, with a checked example
Each observation remains visible as its own mark in the Dot Plot Generator. Enter numeric values, choose a dot plot or strip-chart presentation, and read their positions against the axis to inspect clusters, gaps, repeated values, and possible outliers. Unlike a bar chart, this display does not aggregate observations into totals. A common surprise is that duplicate values are still separate observations, so several dots may share or occupy nearby positions instead of becoming one larger mark.
Worked example
A concrete input and expected output from the current implementation.
Input
Plot type: Dot plot
Values:
1
1
3
->
Expected output
A three-point dot plot with two dots at the axis value 1 and one dot at the axis value 3.
The input contains three observations. The value 1 occurs twice, so it contributes two dots; the value 3 occurs once and contributes one.