Choosing the wrong chart = wrong interpretation. This is not optionalโyou must match chart to purpose.
๐ Line Chart (Trends Over Time)
Used when:
- Data changes over time
Example: stock prices, monthly revenue
๐ Bar Chart (Comparisons)
Used when:
- Comparing categories
Example: marks of students, sales by product
๐ Histogram (Distribution)
Used when:
- Understanding distribution of data
Example: age distribution, exam scores
๐ต Scatter Plot (Relationships)
Used when:
- Studying relationship between two variables
Example: hours studied vs marks
โ Check Your Understanding:
- Why would a bar chart fail for time-series data?
- When should you NOT use a histogram?
- What does a scatter plot tell that a bar chart cannot?
๐งช Practice Dataset:
| Student | Hours Studied | Marks |
|---|---|---|
| A | 2 | 40 |
| B | 4 | 50 |
| C | 6 | 65 |
| D | 8 | 80 |
๐ Tasks:
- Create a scatter plot
- Identify the relationship
- Is it strong or weak correlation?