Scatter plot
A scatter plot puts one measure on each axis and a dot per item. It is the only chart here that answers "are these two things related?", and it answers it honestly, including when the answer is no.
Add a colour dimension for a category if it helps; add a size dimension and it becomes a bubble chart.
#When this is the right chart
Looking for correlation between two measures.
Spotting outliers, which stand out immediately.
Showing a distribution of items rather than an aggregate.
#What the data needs to look like
Field | Type |
|---|---|
X | Quantitative |
Y | Quantitative |
Colour | Nominal, optional |
#A worked example
Response time against request volume, coloured by service:
The source, which you can paste into a new diagram and edit:
#A few things that catch people out
Correlation is not causation, and a scatter plot is very persuasive. Say what you actually know.
A log scale is often the honest choice when values span orders of magnitude.
Overlapping points hide density. Reduce opacity or reduce the point size.
#Related
Pick the chart for the question, not for the look.
