Guide

Guide: Scatter Plot

Updated Jul 30, 2024
6 Min Read
Learn to create and interpret scatter plots using Excel. Master data visualization with this comprehensive guide on scatter plots.
Guide Scatter Plot
Last Updated Jul 30, 2024

Scatter plots are a powerful tool in data analysis, often used to visualize the relationship between two variables. This guide will walk you through everything you need to know about scatter plots, from understanding what they are to how to create and interpret them.

What is a Scatter Plot?

A scatter plot is a type of data visualization that uses dots to represent the values of two different variables. Each dot on the scatter plot represents one observation. The position of the dot on the horizontal axis (x-axis) corresponds to the value of one variable, while the position on the vertical axis (y-axis) corresponds to the value of the other variable.

Example

Imagine you have data on the height and weight of a group of people. You can use a scatter plot to see if there is a relationship between height and weight. Each dot on the scatter plot represents one person’s height and weight. For example, if someone is 170 cm tall and weighs 65 kg, there would be a dot at the point (170, 65) on the scatter plot.

Relationship Between Height and Weight (1)

Why Use a Scatter Plot?

Scatter plots are useful for several reasons:

Identifying Relationships

Scatter plots help you see if there is a relationship, or correlation, between two variables. For instance, in the example of height and weight, you might notice that as height increases, weight also tends to increase, indicating a positive correlation.

Detecting Outliers

Scatter plots make it easy to spot outliers, which are data points that don’t fit the general pattern of the data. Outliers can be important to identify because they might indicate an error in the data collection process or a special case that requires further investigation.

Understanding Distribution

Scatter plots provide a visual way to understand the distribution of data points. You can see how the data points are spread out, whether they cluster together, and if there are any patterns or trends.

FREE

Join the 28-Day Lean Challenge

Take your skills to the next level. Join 15,000+ practitioners and get exclusive tools delivered to your inbox.

Daily Lessons 5 Bonus Templates PDF Guides
Start the Challenge

No spam. Unsubscribe anytime.

How to Create a Scatter Plot

Creating a scatter plot involves a few simple steps. This guide will walk you through the process using a small dataset as an example. By the end, you’ll be able to create and interpret scatter plots with confidence.

Step 1: Collect Data

First, gather the data you want to plot. For this example, we’ll use data on the hours studied and test scores of students. Here’s the dataset:

Step 1 Scatter Plot

This table shows the number of hours each student studied and the corresponding test scores they achieved.

Step 2: Set Up Axes

Next, decide which variable will go on the x-axis and which will go on the y-axis. Typically, the independent variable (the one you control or change) is placed on the x-axis, and the dependent variable (the one you measure) is placed on the y-axis.

In our example:

  • Independent Variable (x-axis): Hours Studied
  • Dependent Variable (y-axis): Test Score

This setup will help us see how changes in the number of hours studied affect test scores.

Step 3: Plot Data Points

Now, plot each pair of values on the graph. Each pair corresponds to one observation in our dataset. Here are the data points we need to plot:

  • (2, 50)
  • (3, 60)
  • (5, 70)
  • (7, 80)
  • (9, 90)

To plot these points:

  1. Find the value for the x-axis (Hours Studied).
  2. Find the corresponding value for the y-axis (Test Score).
  3. Mark the point where these two values intersect on the graph.

Step 4: Draw the Scatter Plot

You can draw the scatter plot using graph paper, a spreadsheet application like Microsoft Excel or Google Sheets, or a coding tool like Python with Matplotlib. For simplicity, we’ll use Excel in this example.

Using Excel to Draw the Scatter Plot

  1. Enter Your Data:

    • Open Excel and enter your data in two columns. For example, Column A for Hours Studied and Column B for Test Scores.
  2. Select Your Data:

    • Click and drag to select all the data you entered.
    • Step 2 Scatter Plot
  3. Insert Scatter Plot:

    • Go to the Insert tab on the Excel ribbon.
    • In the Charts group, click on the Scatter chart icon.
    • Choose the first scatter plot option.
    • Step 3 Scatter Plot
  4. Customize Your Plot (optional):

    • Add titles to your axes and chart by clicking on the chart and selecting the Chart Elements button (plus icon).
    • Label the x-axis as “Hours Studied” and the y-axis as “Test Score.”
    • Add a title to the chart, such as “Relationship Between Hours Studied and Test Scores.”

Example Scatter Plot

Imagine a simple scatter plot with “Hours Studied” on the x-axis and “Test Score” on the y-axis. Each point on the graph corresponds to the data points from our table.

Interpreting Scatter Plots

Once you have your scatter plot, the next step is to interpret it. Here are a few key things to look for:

Identifying Correlations

  • Positive Correlation: If the dots tend to go from the bottom left to the top right, it indicates a positive correlation. This means that as one variable increases, the other variable also increases. In our example, more hours studied is associated with higher test scores.

  • Negative Correlation: If the dots go from the top left to the bottom right, it indicates a negative correlation. This means that as one variable increases, the other decreases. For example, if we had a dataset showing that as the number of hours of TV watched increases, the test scores decrease, we might see a negative correlation.

  • No Correlation: If the dots are scattered randomly with no discernible pattern, there is no correlation between the variables. This indicates that changes in one variable do not predict changes in the other.

Example Interpretation

In our example, the dots form a clear upward trend from left to right, indicating a positive correlation between hours studied and test scores. This suggests that, generally, students who study more tend to score higher on their tests.

Detecting Outliers

Outliers are points that stand out from the general pattern. They are significantly different from the other data points and can indicate special cases or errors. For instance, if there was a data point at (2, 90), it would be an outlier since it doesn’t fit the trend of the other points. This student studied for only 2 hours but scored 90, which is unusually high compared to others.

Outliers can provide valuable insights:

  • They might highlight errors in data collection or entry.
  • They could indicate unique conditions or exceptions.
  • They can impact the overall analysis and should be investigated further.
FREE

Join the 28-Day Lean Challenge

Take your skills to the next level. Join 15,000+ practitioners and get exclusive tools delivered to your inbox.

Daily Lessons 5 Bonus Templates PDF Guides
Start the Challenge

No spam. Unsubscribe anytime.

Tools for Creating Scatter Plots

You can create scatter plots using various tools, including:

  • Microsoft Excel: Excel offers a straightforward way to create scatter plots. Simply enter your data, select it, and choose the scatter plot option from the chart menu.
  • Google Sheets: Similar to Excel, Google Sheets allows you to create scatter plots with ease.
  • Python with Matplotlib: For those comfortable with coding, Python’s Matplotlib library provides powerful tools for creating and customizing scatter plots.
  • Online Tools: Websites like Plotly and Datawrapper offer user-friendly interfaces for creating scatter plots online.
FREE

Join the 28-Day Lean Challenge

Take your skills to the next level. Join 15,000+ practitioners and get exclusive tools delivered to your inbox.

Daily Lessons 5 Bonus Templates PDF Guides
Start the Challenge

No spam. Unsubscribe anytime.

Conclusion

Scatter plots are a versatile and easy-to-understand tool for visualizing the relationship between two variables. By following the steps outlined in this guide, you can create and interpret scatter plots to uncover valuable insights in your data. Whether you’re a student, a researcher, or a business professional, mastering scatter plots will enhance your data analysis skills and help you make informed decisions.

For further learning, consider exploring more advanced topics such as regression analysis and correlation coefficients, which can provide deeper insights into the relationships depicted by scatter plots.

References

A: A scatter plot is a data visualization tool that uses dots to represent the values of two variables. It’s useful for identifying relationships, detecting outliers, and understanding data distribution.

A: To create a scatter plot in Excel, enter your data into two columns, select the data, go to the Insert tab, choose the Scatter chart option, and customize your plot as needed.

A: You can use various tools such as Microsoft Excel, Google Sheets, Python with Matplotlib, and online platforms like Plotly and Datawrapper to create scatter plots.

A: Positive correlation is indicated by dots trending from bottom left to top right, negative correlation from top left to bottom right, and no correlation if the dots are randomly scattered.

A: Label your axes, use a descriptive title, consider adding a trend line, and avoid overcrowding by summarizing data or using a different plot type if there are too many points.

Daniel Croft-Bednarski

Continuous Improvement Manager
#1 Free Resource Library

Daniel Croft-Bednarski is a Continuous Improvement Manager with a passion for Lean Six Sigma and continuous improvement. With years of experience in developing operational excellence, Daniel specializes in simplifying complex concepts and engaging teams to drive impactful changes.

10+ Years Experience
50+ Projects Led
LSS Black Belt

The Complete
CI Library

DMAIC
Project Charter
SIPOC
Control Plan
Lean
5S Checklist
VSM
OEE Calc
Strat
SWOT
X-Matrix
Access All 50+ Templates