Choose the right display for your data — each tells a different story.
Different data displays highlight different features of a data set. A dot plot shows individual values. A histogram groups data into intervals and shows frequency (count) per interval. A box plot summarizes data using five key values (five-number summary) and highlights the IQR and potential outliers.
Dot Plot
Box Plot
Histograms work best for large data sets where exact values matter less than the overall shape.
Data (ordered): 2, 5, 6, 7, 8, 9, 12, 14, 15 Min = 2, Max = 15 Median (Q2) = 8 (middle value) Q1 = 6 (median of lower half: 2,5,6,7) Q3 = 13 (median of upper half: 9,12,14,15) IQR = 13 − 6 = 7
Remember This!
The MAD (Mean Absolute Deviation) measures average distance from the mean. A small MAD means data is clustered; a large MAD means data is spread out.
A data set has Q1 = 10 and Q3 = 22. What is the IQR?