Create a Box Plot from Minimum, Q1, Median, Q3, and Maximum
A five-number summary defines the lower whisker, box edges, median line, and upper whisker.
Use this page for users who already have minimum, Q1, median, Q3, and maximum and want to draw a box plot from those summary values.
Paste data here and open the full generator with your values loaded.
A five-number summary defines the lower whisker, box edges, median line, and upper whisker.
This page targets summary-stat input. The main generator currently calculates this summary from raw data.
Calculate from raw dataQ1 and Q3 form the lower and upper edges of the box. The median line sits inside that box.
Raw data can identify individual outliers. A five-number summary is enough to draw a standard box shape but usually cannot recover exact outlier points.
Usually no. Exact outlier detection needs the original data points.