8.3 Data Displays: Histograms, Box Plots, & Scatter Plots

Key Takeaways

  • Dot plots and frequency tables organize raw counts into discrete bins, displaying clusters, gaps, peaks, and overall distribution shapes.
  • Histograms represent continuous quantitative data grouped into equal bin intervals where adjacent bars touch, with bar heights proportional to absolute or relative frequency.
  • Box plots graphically display the Five-Number Summary, where the central box spans the middle 50% (IQR) and each of the four segments contains exactly 25% of the data regardless of width.
  • Scatter plots visualize bivariate numerical relationships (x, y) across direction (positive, negative, none), form (linear vs non-linear), and strength (strong vs weak).
  • The line of best fit (\hat{y} = mx + b) models linear trends: slope m represents the rate of change in y per 1-unit increase in x, enabling reliable interpolation within data bounds while warning against risky extrapolation.
Last updated: August 2026

The Power of Visual Data Displays

Statistical data displays transform raw numbers into intuitive geometric representations. On the ACCUPLACER Quantitative Reasoning, Algebra, and Statistics (QAS) test, graphical reasoning questions require you to interpret frequency distributions, extract summary statistics from visual plots, compare distributions across multiple cohorts, and analyze bivariate relationships using trend lines.


Dot Plots & Frequency Tables

A dot plot displays individual observations along a single continuous number line, where each dot represents one occurrence of a data value. A frequency table aggregates observations into discrete categories or numerical intervals.

Dot Plot Display:
          ●
          ●       ●
  ●       ●   ●   ●
  ●   ●   ●   ●   ●   ●
--|---|---|---|---|---|---
  1   2   3   4   5   6

Analytical Features of Dot Plots & Frequency Tables

  • Peaks / Modes: Value columns with the tallest stacks of dots indicate the mode(s).
  • Clusters: Groupings where data points gather densely together.
  • Gaps: Empty intervals along the axis with zero observations, often separating clusters from isolated outliers.
  • Relative Frequency: The proportion or percentage of the total sample (nn) represented by a given count (ff): Relative Frequency=fnor(fn×100%)\text{Relative Frequency} = \frac{f}{n} \quad \text{or} \quad \left(\frac{f}{n} \times 100\%\right)
  • Cumulative Frequency: The running sum of frequencies up to and including the current class interval.

Histograms: Grouped Continuous Data

A histogram is a column-based graphical display of continuous quantitative data grouped into non-overlapping, contiguous intervals called classes or bins.

Histograms vs. Bar Graphs: The Fundamental Distinction

Analytical FeatureHistogramBar Graph
Data TypeQuantitative continuous or grouped numerical dataQualitative categorical or discrete nominal data
Bar SpacingBars touch (no gaps between adjacent numerical bins)Gaps exist between distinct categories
Horizontal AxisContinuous numerical scale (bin intervals: e.g., 1020,203010-20, 20-30)Discrete category labels (e.g., Car Brands, Colors)
Area & HeightHeight and bar area are proportional to frequencyBar height represents category frequency or value
Histogram (Touching Numerical Bins):    Bar Graph (Separated Categories):
  | [10-20][20-30][30-40]                 | [ Sedan ]   [ SUV ]   [ Truck ]

Interpreting Distribution Shapes from Histograms

  1. Symmetric / Bell-Shaped (Unimodal): Single central peak with tails tapering evenly on both sides (Mean \approx Median \approx Mode).
  2. Uniform / Rectangular: All bins have approximately equal frequencies across the entire domain.
  3. Right-Skewed (Positively Skewed): Peak is located on the left at lower values; a long tail extends toward higher positive values on the right (Mean >> Median).
  4. Left-Skewed (Negatively Skewed): Peak is located on the right at higher values; a long tail extends toward lower values on the left (Mean << Median).
  5. Bimodal: Two distinct, prominent peaks separated by a trough, indicating two distinct sub-populations.

Box-and-Whisker Plots (Box Plots)

A box plot graphically renders the Five-Number Summary (Minimum,  Q1,  Median,  Q3,  Maximum)(\text{Minimum}, \; Q_1, \; \text{Median}, \; Q_3, \; \text{Maximum}) along a single numerical axis.

Anatomy of a Box Plot:
           |------------------- [    IQR    ] -------------------|
        Minimum              Q1       Median        Q3        Maximum
           |------------------|=========|===========|------------|
           |   Bottom 25%     | Lower   | Upper     | Top 25%    |
           |                  |  25%    |  25%      |            |
           |                  |---- Middle 50% -----|            |

Key Structural Principles of Box Plots

  1. The Central Box: Extends from the first quartile (Q1Q_1) to the third quartile (Q3Q_3). The total width of the box is the Interquartile Range (IQR=Q3Q1\text{IQR} = Q_3 - Q_1), encompassing the middle 50%50\% of the dataset.
  2. The Median Line: Drawn vertically through the interior of the box at Q2Q_2. If the median line sits to the left of center within the box, the distribution is right-skewed; if to the right, it is left-skewed.
  3. The Whiskers: Lines extending from Q1Q_1 down to the minimum non-outlier and from Q3Q_3 up to the maximum non-outlier.
  4. The Quarter-Rule (25% Rule): Each of the four visual sections—lower whisker, lower box segment, upper box segment, and upper whisker—contains exactly 25%25\% of all observations, regardless of physical width. A wider whisker or box segment does not contain more data points; it signifies that that 25%25\% of the data is more widely spread.

Comparing Parallel Box Plots

When analyzing parallel box plots representing two or more groups on the same scale:

  • Compare Center: Contrast the positions of the median lines.
  • Compare Middle Dispersion: Contrast the box lengths (IQRs).
  • Compare Overall Dispersion: Contrast the total whisker-to-whisker spans (Ranges).
  • Compare Skewness: Contrast whisker lengths and median positioning.

Scatter Plots & Bivariate Data Analysis

A scatter plot displays paired bivariate quantitative measurements (x,y)(x, y) on a Cartesian coordinate plane to investigate mathematical and statistical associations between two numerical variables.

  • Independent (Explanatory) Variable (xx): Plotted along the horizontal axis.
  • Dependent (Response) Variable (yy): Plotted along the vertical axis.

The Three Dimensions of Bivariate Association

DimensionCategoryVisual and Mathematical Description
1. DirectionPositive CorrelationAs xx increases, yy tends to increase (m>0m > 0)
Negative CorrelationAs xx increases, yy tends to decrease (m<0m < 0)
Zero / No CorrelationPoints are randomly scattered with no systematic upward or downward trend (m0m \approx 0)
2. FormLinearData points cluster along a straight line path
Non-Linear / CurvilinearData points follow a curved pattern (e.g., quadratic, exponential)
3. StrengthStrongData points cluster tightly around the underlying trend line
Moderate / WeakData points are widely scattered with substantial dispersion around the trend line
Positive Linear (/)          Negative Linear (\)          No Correlation (:::)
  y                            y                            y
  |        *                   |   *                        |   *   *    *
  |     * *                    |     * *                    | *   *   *    *
  |   * *                      |       * *                  |   *   *   *
  | *                          |          *                 | *   *    *   *
  +-----------> x              +-----------> x              +-----------> x

The Line of Best Fit (Trend Line) & Linear Regression

A line of best fit (or trend line) is a straight line drawn through a scatter plot that minimizes the overall distances between data points and the line:

y^=mx+b\hat{y} = mx + b

  • y^\hat{y} (Predicted Value): The estimated value of the response variable for a chosen input xx.
  • Slope (mm): The predicted rate of change—the amount y^\hat{y} increases or decreases for every 11-unit increase in xx.
  • yy-Intercept (bb): The baseline value of y^\hat{y} when x=0x = 0 (meaningful only when x=0x = 0 is physically realistic within the study context).

Computing Slope from a Scatter Plot

  1. Select two points directly on the drawn line of best fit: (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2). (Do not use arbitrary isolated raw data points that do not fall on the line.)
  2. Calculate the slope using the standard formula: m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.

Understanding Residuals

A residual is the vertical distance between an actual observed data point (yy) and the predicted value (y^\hat{y}) from the line of best fit:

Residual=yy^=Observed ValuePredicted Value\text{Residual} = y - \hat{y} = \text{Observed Value} - \text{Predicted Value}

  • A positive residual (y>y^y > \hat{y}) indicates the observed point lies above the trend line (model underestimated).
  • A negative residual (y<y^y < \hat{y}) indicates the observed point lies below the trend line (model overestimated).

Interpolation vs. Extrapolation

  • Interpolation: Estimating a response value y^\hat{y} for an input xx that falls within the domain of observed data values (xminxxmaxx_{\text{min}} \le x \le x_{\text{max}}). Predictions made via interpolation are generally reliable when correlation is strong.
  • Extrapolation: Estimating a response value y^\hat{y} for an input xx that falls outside the domain of observed data values (x<xminx < x_{\text{min}} or x>xmaxx > x_{\text{max}}). Extrapolations are hazardous and often completely invalid because relationships rarely remain strictly linear across extreme ranges.

Crucial Conceptual Principle: Correlation Does Not Imply Causation

One of the most heavily emphasized concepts on standardized statistical exams is that statistical correlation does not establish a causal relationship.

Confounding (Lurking) Variables

Two variables may exhibit a strong positive correlation because both are simultaneously influenced by a third, unmeasured confounding variable.

  • Classic Example: Monthly sales of ice cream and monthly rates of drowning incidents share a strong positive correlation. Eating ice cream does not cause drowning. The confounding variable is ambient outdoor temperature (summer heat drives both swimming activity and ice cream consumption).

Establishing Causation

Causation can only be proven through controlled, randomized experiments where an explanatory variable is actively manipulated while holding all other extraneous factors constant.


Step-by-Step Multi-Step Worked Examples

Worked Example 1: Analyzing Commute Times from a Frequency Histogram

A municipal transit authority surveys 8080 commuters and records daily travel times (in minutes) in a frequency table and histogram:

Commute Time Interval (min)Frequency (fif_i)Relative FrequencyCumulative Frequency
0t<150 \le t < 1512121280=15.0%\frac{12}{80} = 15.0\%1212
15t<3015 \le t < 3024242480=30.0%\frac{24}{80} = 30.0\%3636
30t<4530 \le t < 4528282880=35.0%\frac{28}{80} = 35.0\%6464
45t<6045 \le t < 6012121280=15.0%\frac{12}{80} = 15.0\%7676
60t<7560 \le t < 7544480=5.0%\frac{4}{80} = 5.0\%8080
Totaln=80n = 80100.0%100.0\%

Question 1: What percentage of surveyed commuters travel for at least 3030 minutes?

  • Qualifying bins (t30t \ge 30): [30,45)[30, 45), [45,60)[45, 60), and [60,75)[60, 75).
  • Total qualifying count =28+12+4=44 commuters= 28 + 12 + 4 = 44\text{ commuters}.
  • Percentage =4480×100%=55.0%= \frac{44}{80} \times 100\% = 55.0\%.

Question 2: In which class interval does the median commute time fall?

  • For n=80n = 80, the median position is between ranks 4040 and 4141.
  • The cumulative frequency reaches 3636 at the end of the second bin and 6464 at the end of the third bin.
  • Therefore, ranks 4040 and 4141 both fall within the [30,45)[30, 45) minute interval.

Worked Example 2: Comparative Analysis of Parallel Factory Shift Box Plots

A quality control manager compares daily output across 100100 production days for Shift 1 and Shift 2:

  • Shift 1 Five-Number Summary: (Min=120,  Q1=160,  Median=190,  Q3=210,  Max=240)(\text{Min}=120, \; Q_1=160, \; \text{Median}=190, \; Q_3=210, \; \text{Max}=240)
  • Shift 2 Five-Number Summary: (Min=140,  Q1=175,  Median=205,  Q3=220,  Max=235)(\text{Min}=140, \; Q_1=175, \; \text{Median}=205, \; Q_3=220, \; \text{Max}=235)

Comparative Analysis:

  1. Center: Shift 2 has a higher median daily output (205 units205\text{ units}) than Shift 1 (190 units190\text{ units}).
  2. Middle Spread: Shift 1 has an IQR=210160=50 units\text{IQR} = 210 - 160 = 50\text{ units}, whereas Shift 2 has an IQR=220175=45 units\text{IQR} = 220 - 175 = 45\text{ units}. Shift 2 is slightly more consistent across its central 50%50\%.
  3. Overall Span: Shift 1 has a total range of 240120=120 units240 - 120 = 120\text{ units}, while Shift 2 has a range of 235140=95 units235 - 140 = 95\text{ units}.
  4. Quartile Comparisons: Exactly 50%50\% of Shift 2's days produced 205 units205\text{ units} or more, whereas Shift 1 only achieved 210 units210\text{ units} or more on 25%25\% of its days.

Worked Example 3: Bivariate Scatter Plot Regression and Fuel Economy Prediction

An automotive engineer analyzes vehicle weight (xx, in thousands of pounds) and highway fuel economy (yy, in miles per gallon) across 3030 vehicle models. The calculated line of best fit is:

y^=4.2x+48.6\hat{y} = -4.2x + 48.6

  1. Interpret the Slope (m=4.2m = -4.2): For every additional 1,000 pounds1,000\text{ pounds} of vehicle weight (1 unit increase in x1\text{ unit increase in } x), the predicted highway fuel economy decreases by 4.2 miles per gallon4.2\text{ miles per gallon}.
  2. Interpret the yy-Intercept (b=48.6b = 48.6): A theoretical vehicle weighing 0 pounds0\text{ pounds} would have a predicted fuel economy of 48.6 mpg48.6\text{ mpg}. (Note: While algebraically present, a 0-pound0\text{-pound} vehicle is physically impossible, so this intercept serves only as a mathematical anchor.)
  3. Interpolate Fuel Economy for a 3,500-pound3,500\text{-pound} Vehicle (x=3.5x = 3.5): y^=4.2(3.5)+48.6=14.7+48.6=33.9 mpg\hat{y} = -4.2(3.5) + 48.6 = -14.7 + 48.6 = 33.9\text{ mpg}
  4. Evaluate Residual for an Actual Vehicle: If an actual test vehicle weighing 3,500 pounds3,500\text{ pounds} achieved 36.0 mpg36.0\text{ mpg}: Residual=yy^=36.033.9=+2.1 mpg\text{Residual} = y - \hat{y} = 36.0 - 33.9 = +2.1\text{ mpg} The vehicle performed 2.1 mpg2.1\text{ mpg} better than predicted by the regression line.

Common Pitfalls & ACCUPLACER Exam Traps

  1. Equating Box Segment Width to Sample Size: A wider whisker or box quartile segment does NOT contain more observations; each segment represents exactly 25%25\% of the total count. Wider segments merely indicate higher dispersion in that quartile.
  2. Calculating Slope from Raw Scattered Points: Always compute the slope of a trend line using points directly on the drawn line, not raw scatter points that happen to lie nearby.
  3. Extrapolating Beyond Realistic Physical Limits: Using a linear model to predict fuel economy for an 80,000-pound80,000\text{-pound} semi-truck using passenger car regression would predict negative fuel economy, demonstrating the danger of extrapolation.
  4. Concluding Causality from Correlation: Never select an answer choice claiming that an observational scatter plot proves one variable causes another.
Loading diagram...
Bivariate Data Analysis and Scatter Plot Dimensions
Test Your Knowledge

A survey records the commute times of 80 employees: 12 commute under 15 minutes, 24 commute 15 to under 30 minutes, 28 commute 30 to under 45 minutes, 12 commute 45 to under 60 minutes, and 4 commute 60 to under 75 minutes. What percentage of the surveyed employees commute for at least 30 minutes?

A
B
C
D
Test Your Knowledge

A box plot represents the mathematics final examination scores of 160 students. The Five-Number Summary shown on the plot is (Minimum = 44, Q1 = 66, Median = 78, Q3 = 88, Maximum = 98). Exactly how many students scored between 66 and 88 points on the exam?

A
B
C
D
Test Your Knowledge

A scatter plot and line of best fit model the relationship between weekly study time (x, in hours) and final course score (y, on a 100-point scale) as ŷ = 3.2x + 54.0. Which of the following is the correct interpretation of the slope 3.2 in this linear model?

A
B
C
D