Interactive scatter plot explorer. Paste a CSV or Google Sheets URL, pick your X and Y variables, and get a regression plot with stats.
- OLS, robust (Tukey biweight), Spearman, and Theil-Sen regression
- Point censoring (click any point to exclude it from the fit)
- Nuisance covariate residualization
- Group coloring
- Drag-and-drop CSV files — data stays in your browser, never sent anywhere
- URL-shareable state (variable selections, censored points, etc.)
- SVG export for Illustrator
Paste any of these into the URL bar:
- A direct CSV URL (server must allow CORS)
- A Google Sheets URL (sheet must be shared "Anyone with the link")
- A GitHub file or Gist URL
- Or drop a CSV file directly onto the page
Download scatterize.zip from the latest release, unzip it, and serve the folder with any static web server. No server-side code required.
Open an issue for bug reports or feature requests.