Box Plot: Five-Number Summary, IQR & Outliers
Boxplot
Modified Boxplot
A data display that shows the five-number summary. The whiskers, stretching outward from the first quartile and third quartile as shown below, are no longer than 1.5 times the interquartile range (IQR). Outliers beyond that are marked separately.
Note: Beginners are sometimes taught to draw box-and-whisker plots, which do not show outliers. Modified boxplot is a name sometimes used for boxplots to distinguish them from box-and-whisker plots.

Key Formula
Where:
- = First quartile (25th percentile) of the data set
- = Third quartile (75th percentile) of the data set
- = Interquartile range, equal to Q₃ − Q₁
- = The maximum whisker length from each quartile; any data point beyond this distance is classified as an outlier
