Scatter Plot Maker
A scatter plot places each observation as a dot at its (X, Y) coordinates, revealing the relationship between two numeric variables. It is the go-to chart for spotting correlation, clusters, and outliers — does spending rise with income, does load time affect bounce rate? Enter coordinate pairs, overlay multiple datasets, and export a clean PNG.
Common Use Cases
Correlation Analysis
Spot Outliers
Find Clusters
How to Create a Scatter Plot
Enter X and Y Values
Each row is one point: type its X value in one column and its Y value in the next. Use Add Row for more points, or Import to paste coordinate pairs from a spreadsheet.
Overlay Datasets
Click Dataset to add a second cloud of points in a different color — perfect for comparing two groups on the same axes.
Adjust Point Size
Use the Point Size slider in Chart Options. Smaller points work for dense data; larger ones stand out when you have only a handful of observations.
Export as PNG
Add a title, place the legend, then click PNG to download a 2x-resolution image on a white background.
Features & Interpretation
Reading the Pattern
| Pattern | What It Suggests |
|---|---|
| Points rise left to right | Positive correlation — as X grows, Y tends to grow |
| Points fall left to right | Negative correlation — as X grows, Y tends to fall |
| Scattered cloud, no slope | Little or no linear relationship |
| Separate blobs | Distinct clusters or subgroups in the data |
Tools & Input
Point Size Control
Resize markers to suit dense or sparse datasets.
Multiple Datasets
Overlay groups in distinct colors with automatic legends.
Excel & CSV Import
Paste X and Y columns straight from a spreadsheet.
Frequently Asked Questions
How do I enter scatter plot data?
Enter the X value in one column and the matching Y value in the next. Each row is a single point on the chart. Add as many rows as you have observations.
Can I plot multiple datasets?
Yes. Click Dataset to add another group of points in a different color, then compare two or more distributions on the same axes.
When should I use a scatter plot instead of a line chart?
Use a scatter plot when both axes are numeric and the points are independent observations. Use a line chart when the x-axis is an ordered sequence (like time) and you want to connect points to show a trend.
How can I make crowded points easier to read?
Lower the Point Size so overlapping markers don't merge into a solid mass. Splitting groups into separate datasets with distinct colors also helps reveal structure.
Can I import coordinates from a spreadsheet?
Yes. Click Import and paste two columns (X and Y) copied from Excel or Google Sheets. The maker detects the delimiter and builds the point list automatically.
Is my data processed privately?
Yes. The plot is rendered and exported in your browser. None of your coordinates are sent to a server.
No comments yet. Be the first to comment!