Section 1
Constructing and Comparing Double Displays
Property
To visually compare two different data sets, you must construct their graphs side-by-side or stacked, using identical axis scales.
- Double Histograms: When comparing two histograms, you must use the exact same bin width () and the same numerical scale on both the horizontal (x-axis) and vertical (y-axis) axes.
- Double Box Plots: Draw both box-and-whisker plots floating parallel to each other over the exact same horizontal number line.
Examples
- The Scale Trap (Histograms): Class A scores range from 50–100. Class B ranges from 55–98. Both histograms MUST use the same bins (e.g., width of 10 starting at 50). If you use a bin width of 10 for Class A and 5 for Class B, Class B's data will falsely appear much more spread out than it actually is.
- The Scale Trap (Vertical Axis): Class A and B both have 30 students. If Class A's tallest bar reaches 12, both y-axes must be scaled to at least 12. If Class B's axis stops at 6, its bars will physically look twice as tall as Class A's, creating a misleading visual comparison.
- Comparing Double Box Plots: Dataset X has a median of 0.45 seconds and an IQR of 0.10. Dataset Y has a median of 0.52 seconds and an IQR of 0.25. When drawn on the same number line, you can instantly see that Group X not only has a faster (lower) center but is also much more consistent (shorter box).