Understanding Scatter Plots
In this module, we’re exploring scatter plots - a powerful visualization for showing relationships between two numerical variables. We’ll learn how to understand these plots through clear descriptions and patterns.
A scatter plot shows how two numerical variables relate to each other where:
- Each point represents one observation
- Horizontal position shows value of first variable (x-axis)
- Vertical position shows value of second variable (y-axis)
- Pattern of points reveals relationship type
Think of it like mapping coordinates on a grid, where each point tells a story about two measurements.
Key Components
- Points:
- Each dot represents one observation
- Position shows two values
- Can vary in size or shape for additional information
- Axes:
- X-axis: First variable (horizontal)
- Y-axis: Second variable (vertical)
- Both axes show numerical scales
- Labels:
- Axis titles
- Units of measurement
- Legend (if needed)
Example: Height and Weight
Let’s explore the relationship between height (cm) and weight (kg):
Sample Points:
- Person A: 160cm, 55kg
- Person B: 175cm, 70kg
- Person C: 180cm, 80kg
- Person D: 165cm, 60kg
Pattern Description:
- As height increases, weight tends to increase
- Points roughly follow diagonal pattern
- Some variation around the trend
- No extreme outliers
Common Patterns
- Positive Correlation:
- Points trend upward
- As x increases, y tends to increase
- Example: Height and weight
- Negative Correlation:
- Points trend downward
- As x increases, y tends to decrease
- Example: Temperature and heating costs
- No Correlation:
- No clear pattern
- Points scattered randomly
- Example: Shoe size and test scores
- Non-linear Relationships:
- Curved patterns
- U-shapes or other curves
- Example: Age and life satisfaction
Common Applications
- Scientific Research:
- Temperature vs. reaction time
- Height vs. weight
- Age vs. blood pressure
- Business Analytics:
- Price vs. sales
- Advertising vs. revenue
- Experience vs. salary
- Social Studies:
- Education vs. income
- Population vs. GDP
- Age vs. internet usage
Reflection and Exploration
Think about paired measurements in your life:
- Study time vs. test scores
- Exercise time vs. weight
- Sleep hours vs. productivity
Try describing relationships:
- “More study time generally leads to better scores”
- “More exercise often relates to lower weight”
- “More sleep typically means higher productivity”