Box Plots and Whisker Plots
April 12, 2026
Problem
Draw a box plot for {2, 5, 7, 8, 11, 12, 15, 18, 22, 25, 30}. Show Q1, Q2, Q3, IQR, whiskers, outliers.
Explanation
Constructing a box plot
Step 1 — Sort data: {2, 5, 7, 8, 11, 12, 15, 18, 22, 25, 30}. .
Step 2 — Find the five-number summary:
- Min = 2
- Q1 (25th percentile) = 7 (median of lower half)
- Q2 (median) = 12 (middle value)
- Q3 (75th percentile) = 22 (median of upper half)
- Max = 30
Step 3 — IQR:
Step 4 — Fences (outlier boundaries):
- Lower fence:
- Upper fence:
Step 5 — Outliers: Any values below or above . None in this dataset.
Step 6 — Whiskers: Extend to the most extreme non-outlier values. Left whisker to 2, right whisker to 30.
Reading a box plot
- Box = middle 50% of data (IQR)
- Line in box = median
- Whiskers = range of non-outlier data
- Dots beyond whiskers = outliers
Try it in the visualization
The box plot builds step by step. Data points animate into sorted order, quartiles are computed, and the box forms around Q1–Q3.
Interactive Visualization
Parameters
30.00
Your turn
Got your own math or physics problem?
Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.
Sign Up Free to Try It30 free visualizations every day