Create Scatter Plot Chart

Scatter Plot Charts and Data Visualization

Setup
Scatter configuration
Choose input mode, validate rows, then inspect outliers.
Data Entry
Use one X column and one or more Y series columns. Each line index maps to a point.
Paste CSV/TSV with header or raw rows. Supported schemas: x,y, x,y,series, x,s1,s2,....
Use long format with one point per row: x,y,series.
Load technical presets to validate parsing, outlier detection, and trend behavior quickly.
Analysis Controls
Input Format Tips
  • Manual: X values in first column, each Y series in its own column.
  • Paste CSV: Supports x,y, x,y,series, or x,s1,s2,....
  • Auto detect: Comma, semicolon, and tab delimiters are recognized.
Chart Preview
Update settings to re-render instantly. Use drag-to-zoom and right-click reset on scatter.
Idle No validated data yet.
Point Inspector
Click a point in the chart to inspect its raw row context.
No point selected.
Task Fit
Problem solved Inspect relationships, outliers, and data quality.
Best with X/Y metric debugging, anomaly spotting, and validation.
Watch for Malformed numeric rows distort correlation metrics.
Diagnostics
Idle
Paste or enter data to validate rows.
Row Field Issue
No diagnostics yet.
Analysis
Correlation and regression appear after valid rows are parsed.
Points
0
Pearson r
-
-
Outliers
0
Equation: -



Statistics - Making a scatter plot

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

Martin Fowler

CodersTool Categories