Tested tool guide
Tested browser tools
Checked August 16, 2026
What Box Plot Generator does, with a checked example
Box Plot Generator converts a numeric sample into a compact view of its distribution. It orders the observations, finds the median and quartiles, draws the interquartile box and whiskers, and marks values classified as outliers. This is useful for seeing spread, skew, and unusually distant observations without plotting every value individually. The main source of confusion is that quartile and whisker conventions can vary, especially for small samples, so results may differ slightly from another statistics program.
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 1 to 3, with the median marked at 2, whisker endpoints at 1 and 3, and no separate outlier points.
The lower quartile is 1, the median is 2, and the upper quartile is 3. Every observation lies within the displayed range, so none is separated as an outlier.