- Home
- /
- Statistics
- /
- relationships and regression
- /
- Scatter Plot
A graph that plots pairs of numerical values as dots on a coordinate plane, revealing the relationship between two variables. Scatter plots are essential for exploring relationships between variables.
Definition
A graph that plots pairs of numerical values as dots on a coordinate plane, revealing the relationship between two variables.
๐ก Intuition
Each dot is a person (or item) plotted by TWO measurements - like height on one axis and weight on the other. Patterns in the dots reveal relationships: do taller people weigh more? The scatter tells the story.
๐ฏ Core Idea
A scatter plot is NOT a line graph โ it shows the relationship between two separate variables, not one variable over time. Each dot is independent, and the pattern may not be linear.
Example
Notation
The horizontal axis (x) shows the independent (explanatory) variable; the vertical axis (y) shows the dependent (response) variable. Each dot represents one observation at coordinates (x_i, y_i).
๐ Why It Matters
Scatter plots are essential for exploring relationships between variables. They're the visual foundation for correlation and regression.
๐ญ Hint When Stuck
First, identify your two variables and decide which is independent (x-axis) and which is dependent (y-axis). Then plot each data pair as a point at its (x, y) coordinates. Finally, examine the overall pattern: does it trend upward, downward, or show no trend?
Formal View
Related Concepts
Compare With Similar Concepts
๐ง Common Stuck Point
Students confuse scatter plots with line graphs. Scatter plots show relationships between two separate variables; line graphs show one variable changing over time.
โ ๏ธ Common Mistakes
- Swapping the independent and dependent variables on the axes โ the explanatory variable goes on x, the response on y
- Claiming causation from a scatter plot pattern โ correlation does not imply causation; a lurking variable may explain both
- Ignoring outliers that could drastically change the correlation or line of best fit
Frequently Asked Questions
What is Scatter Plot in Statistics?
A graph that plots pairs of numerical values as dots on a coordinate plane, revealing the relationship between two variables.
When do you use Scatter Plot?
First, identify your two variables and decide which is independent (x-axis) and which is dependent (y-axis). Then plot each data pair as a point at its (x, y) coordinates. Finally, examine the overall pattern: does it trend upward, downward, or show no trend?
What do students usually get wrong about Scatter Plot?
Students confuse scatter plots with line graphs. Scatter plots show relationships between two separate variables; line graphs show one variable changing over time.
Next Steps
How Scatter Plot Connects to Other Ideas
Once you have a solid grasp of scatter plot, you can move on to correlation intro and line of best fit.