Skip to content

Scatter Plot Maker

See the actual shape of a relationship between two numeric variables before reaching for a correlation number, since a single r value can look identical for a genuine linear relationship and a strongly nonlinear one.

What this answers

This tool answers "what does the actual relationship between these two variables look like?" A plot reveals curvature, clusters, and outliers that a single summary statistic can hide entirely, which is why looking at your data before summarizing it is standard advice in every introductory statistics course.

How it is calculated

Every pair is plotted directly as a point, with no trendline forced onto the data; a line is only meaningful once you have decided a linear model is appropriate, a judgment this plot itself helps you make. When you have at least 3 pairs, this calculator also reports Pearson's r as a numeric reference alongside the visual, but it never overlays a fitted line automatically.

Worked example

For x values of 1 through 4 and y values of 2, 4, 6, and 8, every point falls on a single straight line, giving a Pearson r of exactly 1 and a plot that visually confirms the relationship is not just strong but genuinely linear, not merely monotonic.

Assumption audit

Calculated from your data: the plotted points, the range of both variables, and Pearson's r when at least 3 pairs are available.
Evidence to review: the shape of the plotted points directly; curvature, clusters, or a small number of extreme points can each distort a summary correlation in ways only visible in the plot itself.
You must verify: that your x and y values are correctly paired row-by-row before plotting; a misaligned pairing produces a plot that looks meaningful but describes nothing real.

What this result does not mean

A visual pattern in a scatter plot is not proof of a causal relationship, and a strong Pearson r reported alongside the plot only measures linear association, not the presence of a real-world mechanism connecting the two variables.

Common mistakes

Reporting Pearson's r without ever looking at the plot itself is the exact mistake this tool exists to prevent; a handful of famous constructed datasets (Anscombe's quartet being the classic example) share nearly identical correlation values while looking completely different when plotted. A second mistake is fitting a line to data that clearly curves, since a linear trendline forced onto a nonlinear relationship misrepresents the pattern the plot itself would have made obvious.

Limitations

This calculator plots raw values only; it does not group or color points by a third categorical variable, and very large datasets may be harder to read as a plain scatter without additional grouping or transparency options this simple version does not provide.