No history yet

Introduction to Scatter Plots

Seeing the Relationship

Life is full of connections. Does studying more lead to better test scores? Does hotter weather mean more ice cream sales? We often have a hunch about these relationships, but how can we see them clearly using data?

One of the best tools for this job is a scatter plot. It's a type of graph that lets us visualize the relationship between two different variables. By plotting them together, we can often spot a pattern that a simple list of numbers would hide.

A scatter plot shows if two variables are related by displaying their data points on a two-dimensional graph.

Imagine you run a small ice cream shop. Over a week in the summer, you track the high temperature for the day and how many ice cream cones you sell. You collect the following data:

Temperature (°F)Cones Sold
7552
8065
8268
8578
8885
9092
95105

This table is useful, but it's hard to see the connection at a glance. Let's turn it into a scatter plot to make the pattern pop.

How to Build a Scatter Plot

A scatter plot uses a standard Cartesian coordinate system, which you might know as an x-y plane. It has a horizontal x-axis and a vertical y-axis. Each pair of data points from our table becomes a single dot on the graph.

First, we decide which variable goes on which axis. Often, the variable we think is influencing the other (the independent variable) goes on the x-axis. The variable being affected (the dependent variable) goes on the y-axis. In our case, we suspect the temperature influences sales, so we'll put Temperature on the x-axis and Cones Sold on the y-axis.

Each row in our table gives us an ordered pair, (x,y)(x, y). For the first day, the temperature was 75°F and you sold 52 cones. This gives us the point (75,52)(75, 52).

To plot the point (75,52)(75, 52), we start at the origin (0,0)(0,0), move 75 units to the right along the x-axis, and then move 52 units up parallel to the y-axis.

If we plot all seven data pairs from our table, we get a full scatter plot.

Reading the Pattern

Now that we have all our points on the graph, we can step back and look for a pattern. Do the dots seem to form a line or a curve? Are they scattered randomly? The overall shape tells us about the relationship between our two variables.

Look at the cloud of points. Notice how they seem to travel upward as you move from left to right. This indicates a positive association. As the temperature increases, the number of cones sold also tends to increase. This matches our real-world intuition.

What if the points sloped downward from left to right? That would show a negative association. For example, if we plotted the number of hours spent watching TV against test scores, we might see that as TV time goes up, scores go down.

Sometimes, there's no obvious pattern at all. The points might look like a random shotgun blast on the graph. This suggests there is no association between the two variables. For example, a plot of students' heights versus their favorite color would likely show no pattern.

The direction of the points on a scatter plot tells us about the type of association: upward (positive), downward (negative), or random (none).

Scatter plots are a powerful first step in data analysis. They turn lists of numbers into a picture, helping us see connections that might otherwise be missed. They provide a visual answer to the question: "Is there a relationship here?"

Ready to test your understanding? Give these questions a try.

Quiz Questions 1/5

What is the primary purpose of a scatter plot?

Quiz Questions 2/5

In a study examining the effect of temperature on ice cream sales, which variable is the independent variable and should be plotted on the x-axis?

By learning to create and interpret these graphs, you've gained a fundamental tool for making sense of data in the world around you.