Use a scatter plot
Use a scatter plot when every X/Y pair is an independent observation. Separate points make clusters, gaps, unusual observations, and possible relationships easier to see.
Create a scatter plot online from paired numeric data. Paste values or upload CSV and Excel files, with no signup required.
Loading your locally saved graph…
Enter two or more numeric columns, paste a table, or upload CSV or Excel data.
Choose the numeric column for each axis and confirm the detected headers above the preview.
Adjust titles, grid, and color, then download the scatter plot as PNG or SVG.
A scatter plot displays paired numeric observations as separate points on two value axes. The horizontal position comes from the X value and the vertical position comes from the Y value.
Because points are not connected, the chart emphasizes the overall pattern of the observations rather than a sequence between them. This makes it useful for spotting association, clusters, spread, and outliers.
Each row represents one observation. The first numeric column maps to X and the second maps to Y.
| Hours Studied | Exam Score |
|---|---|
| 1 | 52 |
| 2 | 57 |
| 2.5 | 63 |
| 4 | 68 |
| 5 | 74 |
| 6.5 | 81 |
| 7 | 85 |
| 8 | 91 |
Both charts use numeric axes and paired values, but they communicate different relationships between observations.
Use a scatter plot when every X/Y pair is an independent observation. Separate points make clusters, gaps, unusual observations, and possible relationships easier to see.
Use an XY graph when the order between X values matters and connecting consecutive points helps explain a path, measurement sequence, or changing response.
Scatter plots work best when each coordinate pair is a separate observation and you want to understand the overall pattern.
Explore how values such as height and weight vary together.
Plot an input against a measured response without implying a connected sequence.
See dense groups, gaps, and observations that sit away from the rest.
Choose which numeric columns appear on the horizontal and vertical axes.
Point tooltips use the actual column names from your data.
Plot multiple coordinate pairs with adaptive point sizing for larger datasets.
Pasted and uploaded data stays in your browser in V1.
Upload CSV or XLSX files, or paste directly from a spreadsheet.
Download a clean image for reports, slides, and assignments.
Answers to common questions about plotting paired observations.
Yes. You can create and export a scatter plot for free without signing up or adding a watermark.
Use at least two numeric columns. Choose which column supplies X values and which supplies Y values in the mapping controls above the preview.
Yes. Paste a table or upload CSV and XLSX files. The editor maps valid numeric pairs and reports rows with missing or invalid values.
Scatter plots leave independent observations unconnected. XY graphs are useful when ordered points form a meaningful sequence or path.
Not yet. This page currently focuses on plotting and exporting paired observations without regression, trendlines, R², or correlation calculations.