scatterplot
A scatterplot is a two-dimensional data visualization used to examine the relationship between two quantitative variables. Each observation is represented by a single point with coordinates corresponding to the values of the two variables. The pattern formed by the points can indicate the strength, direction, and form of any association between the variables.
Construction and interpretation
Axes are labeled with the respective variable names and units, and scales are chosen to reflect the
A scatterplot matrix (or pairs plot) extends the idea to multiple variables by displaying all pairwise scatterplots
Limitations and best practices
Scatterplots show association but not causation and can mislead if scales are distorted or if subsamples bias