Constructing Scatter Plots
Constructing Scatter Plots
A scatter plot is a graph that shows pairs of data on a coordinate plane. It helps us see whether two variables might be related.
For example, you might compare:
- hours studied and test score,
- height and arm span, or
- outside temperature and ice cream sold.
Each piece of data comes as an ordered pair, written like \((x, y)\). The first value goes on the horizontal axis, called the x-axis. The second value goes on the vertical axis, called the y-axis.
When we make a scatter plot, we do not connect the points with lines. Each point stands for one pair of data values.
Why scatter plots are useful
Scatter plots help us:
- organize paired data,
- see patterns,
- notice trends, and
- compare two variables at the same time.
Even before doing any calculations, a scatter plot can show whether values seem to increase together, decrease, or have no clear pattern.
The parts of a scatter plot
- Title: tells what the graph is about.
- x-axis: shows the first variable.
- y-axis: shows the second variable.
- Scale: the counting pattern on each axis, such as by 1s, 2s, 5s, or 10s.
- Points: each point represents one ordered pair.
How to construct a scatter plot
- Read the data carefully. Make sure you know what each variable means.
- Choose which variable goes on each axis. Usually the first variable or input goes on the x-axis, and the second variable or result goes on the y-axis.
- Draw and label the axes. Write the variable names and units if there are any.
- Choose a scale. The scale should fit all the data values and be easy to read.
- Plot each ordered pair. Move across to the x-value, then up to the y-value, and place a point.
- Check your work. Make sure every data pair is plotted once and in the correct location.
Choosing a good scale
A good scale makes the graph easy to read. If the x-values go from 1 to 12, counting by 1s or 2s may work well. If the y-values go from 50 to 100, counting by 5s or 10s may be better.
The scale on the x-axis does not have to match the scale on the y-axis. Each axis should be chosen based on the values it needs to show.
Important reminder about ordered pairs
In the ordered pair \((x, y)\):
- the x-value tells how far to move left or right,
- the y-value tells how far to move up or down.
So the point \((4, 7)\) means move 4 units to the right and 7 units up.
Worked Example 1: Plotting simple data
A student records the number of hours studied and the score earned on a quiz.
Data:
- \((1, 65)\)
- \((2, 70)\)
- \((3, 78)\)
- \((4, 85)\)
- \((5, 90)\)
Step 1: Label the axes.
- x-axis: Hours Studied
- y-axis: Quiz Score
Step 2: Choose scales.
- For hours studied, count by 1s from 0 to 5.
- For quiz score, count by 5s from 60 to 95.
Step 3: Plot the points.
Place points at \((1,65)\), \((2,70)\), \((3,78)\), \((4,85)\), and \((5,90)\).
What do we notice?
As hours studied increase, quiz scores also increase. The points would rise from left to right.
Worked Example 2: Using a table to make a scatter plot
The table shows the temperature outside and the number of cold drinks sold at a snack stand.
| Temperature (°F) | Drinks Sold |
|---|---|
| 60 | 15 |
| 65 | 18 |
| 70 | 22 |
| 75 | 27 |
| 80 | 30 |
Step 1: Write the ordered pairs.
The data becomes:
- \((60,15)\)
- \((65,18)\)
- \((70,22)\)
- \((75,27)\)
- \((80,30)\)
Step 2: Label the axes.
- x-axis: Temperature (°F)
- y-axis: Drinks Sold
Step 3: Choose scales.
- x-axis: count by 5s from 60 to 80
- y-axis: count by 5s from 0 to 30
Step 4: Plot the points.
Plot all five ordered pairs on the coordinate plane.
What do we notice?
As temperature rises, more drinks are sold. The scatter plot would show an upward pattern.
Worked Example 3: Choosing a scale carefully
A class records the number of books read and the number of minutes spent reading each week.
Data:
- \((1, 40)\)
- \((2, 75)\)
- \((3, 90)\)
- \((4, 130)\)
- \((5, 160)\)
Question: What scale should be used?
Solution:
- The x-values go from 1 to 5, so counting by 1s is a good choice.
- The y-values go up to 160, so counting by 10s, 20s, or 25s could work.
A good graph might use:
- x-axis: 0 to 5 by 1s
- y-axis: 0 to 160 by 20s
Then plot the points:
- \((1,40)\)
- \((2,75)\)
- \((3,90)\)
- \((4,130)\)
- \((5,160)\)
Why this matters:
If you chose a poor scale, such as counting the y-axis by 1s, the graph would be crowded and hard to read. Good scales make patterns easier to see.
Worked Example 4: Avoiding common mistakes
A student wants to plot this data about time spent practicing piano and number of songs learned:
- \((2, 1)\)
- \((4, 2)\)
- \((6, 3)\)
- \((8, 4)\)
The student accidentally plots \((2,1)\) as \((1,2)\).
What went wrong?
The order of the numbers matters. The point \((2,1)\) means 2 units across and 1 unit up. The point \((1,2)\) is in a different location.
Lesson: Always plot the x-value first and the y-value second.
Common mistakes to avoid
- Switching x- and y-values: Remember, \((x,y)\) means across first, then up.
- Forgetting to label axes: A graph should show what each axis means.
- Using a bad scale: Make sure all data fits and the numbers are easy to read.
- Connecting the points: In a scatter plot, points usually stay separate.
- Missing points: Check that every ordered pair is plotted.
How to read a scatter plot after constructing it
Once the scatter plot is made, ask questions like:
- Do the points rise from left to right?
- Do the points fall from left to right?
- Are the points spread out with no clear pattern?
You do not need to make a final conclusion right away. First, your job is to build the graph correctly so the data can be seen clearly.
Quick checklist for constructing scatter plots
- I know what the two variables are.
- I put the first variable on the x-axis.
- I put the second variable on the y-axis.
- I labeled both axes.
- I chose scales that fit the data.
- I plotted each ordered pair correctly.
- I did not connect the points.
Summary
A scatter plot shows paired data as points on a coordinate plane. To construct one, label the axes, choose reasonable scales, and plot each ordered pair carefully.
Remember that the first number in \((x, y)\) goes on the x-axis and the second number goes on the y-axis. A well-made scatter plot helps you see possible relationships between two variables.
Put what you read to the test
You've worked through Constructing Scatter Plots. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.