Create professional scatter plots to visualize relationships between variables with our free online tool.
| X Value | Y Value | Color | Actions |
|---|
Supported formats: CSV, TXT
A scatter plot is a fundamental visualization tool that displays values for two numeric variables using Cartesian coordinates. This interactive tool goes beyond simple plotting: it calculates the linear regression line (ordinary least squares), Pearson correlation coefficient (r), and R², allowing you to quantify relationships and make data‑driven decisions.
? Least squares regression: minimizes Σ(yᵢ – (a + b xᵢ))²
Slope b = Σ((xᵢ – x̄)(yᵢ – ȳ)) / Σ(xᵢ – x̄)² | Intercept a = ȳ – b·x̄
Built on robust statistical formulas validated by open-source mathematical libraries and authoritative references (Weisstein, "Linear Regression", MathWorld; Draper & Smith, "Applied Regression Analysis"). Our tool respects the highest standards of numerical precision and transparency — all calculations are performed using double-precision arithmetic.
Our plot automatically scales axes and draws the trend line in red for immediate visual feedback. Hover over the canvas (not implemented) – but you can export the plot for reports.