Tested tool guide
Tested browser tools
Checked August 16, 2026
What Box Plot Builder does, with a checked example
Paste a numeric data set to turn its distribution into a box-and-whisker plot. The chart locates the median inside a box spanning the first and third quartiles, extends whiskers across the non-outlying range, and marks observations treated as outliers. It helps reveal center, spread, skew, and isolated values without inspecting every observation. The common surprise is that quartile and whisker conventions are not universal, so another statistics tool can classify borderline values differently.
Worked example
A concrete input and expected output from the current implementation.
Input
1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3
->
Expected output
A box spanning Q1 = 1 to Q3 = 3, with the median at 2, whiskers ending at 1 and 3, and no outlier points.
The two middle observations are both 2. The middle of the lower half is 1, and the middle of the upper half is 3, giving an interquartile range of 2; every observation lies within the plotted non-outlying range.