A logistics company has data on delivery times (continuous) and distance traveled (continuous). They want to visualize the relationship between these two variables. Which chart type is most appropriate?
Trap 1: Histogram
Histograms show the distribution of a single variable.
Trap 2: Bar chart
Bar charts compare categorical data, not relationships between two continuous variables.
Trap 3: Line chart
Line charts are for time series, showing one variable over time.
- A
Histogram
Why wrong: Histograms show the distribution of a single variable.
- B
Bar chart
Why wrong: Bar charts compare categorical data, not relationships between two continuous variables.
- C
Line chart
Why wrong: Line charts are for time series, showing one variable over time.
- D
Scatter plot
Scatter plots are ideal for visualizing the correlation between two continuous variables.