Section 1
Box Plots
Property
A box plot (or box-and-whisker plot) is a visual representation of the five-number summary, and tells us much more about the spread of the data.
A box is drawn from the 25th percentile to the 75th percentile, and 'whiskers' are drawn from the lowest data value to the 25th percentile and from the 75th percentile to the highest data value.
Examples
- Given a five-number summary of {Min: 4, Q1: 7, Med: 10, Q3: 12, Max: 18}, a box plot would show a box extending from 7 to 12 with a line at 10, and whiskers reaching to 4 and 18.
- A data set of quiz scores is {5, 6, 6, 7, 8, 9, 10}. The five-number summary is {Min:5, Q1:6, Med:7, Q3:9, Max:10}. Its box plot has a box from 6 to 9 and whiskers from 5 to 10.
- If one box plot has a much longer box than another, it means the middle half of its data is more spread out. A longer right whisker means the top 25% of values are more spread out than the bottom 25%.
Explanation
A box plot turns the five-number summary into a picture. The 'box' contains the middle 50% of your data. The 'whiskers' stretch out to the highest and lowest values, showing the full range and how spread out everything is.