Free Scatter Plot & XY Chart Maker

Plot two-variable data as points on an XY grid. Build a scatter plot, scatter chart, or XY chart online — spot correlations, outliers, and clusters. Free, no signup.

Loading tool...

Was this tool helpful?

How to Use

  1. 1

    Open the tool

    Launch the free scatter plot maker in your browser — no account needed.

  2. 2

    Add data points

    One row per point: an X value, a Y value, and an optional label. Paste from a spreadsheet or type in manually.

  3. 3

    Style points

    Pick a color — single color for one dataset, distinct colors for grouped categories.

  4. 4

    Label axes

    Axis titles with units are essential — "Revenue ($K)", "Age (years)". Unlabeled axes make a scatter chart nearly useless.

  5. 5

    Download

    Export as a high-quality PNG — free with no watermark.

Why Choose GraphMake?

No signup required
Free — no watermark
80+ widget types
92 ready-made templates
Export as PNG, SVG, PDF
Works in any browser
Drag-and-drop editing

Scatter Plot, Scatter Chart, XY Chart — All the Same Thing

Scatter plot, scatter chart, and XY chart describe the same visualization: a 2D grid with a point plotted for each pair of numerical values. The different names come from different contexts. Statistics courses and research writing tend to say "scatter plot". Excel and business dashboards tend to say "scatter chart". Engineering and finance often say "XY chart" because both axes are continuous numerical (X and Y) rather than categorical. The visualization is identical across all three names.

Our tool produces all three from the same widget. Drop data in, style the points, label the axes, export. The vocabulary your audience uses is whatever they encountered first.

When a Scatter Plot Is the Right Choice

Use a scatter plot when you have two continuous numerical variables and you want to see the relationship between them. The shape of the cloud tells the story: a tight cloud sloping up = strong positive correlation; a loose cloud with no slope = weak or no correlation; two separated clouds = distinct subgroups in the data that may need separate analysis.

Scatter plots are the starting point for statistical analysis. Before computing a correlation coefficient or fitting a regression model, the plot tells you whether the relationship is linear, nonlinear (curved), clustered, or nonexistent. Skipping the plot and jumping straight to numbers often misses patterns that are obvious visually.

Skip a scatter plot when one axis is categorical (product names, regions, survey options). For one numerical and one categorical variable, use a bar chart at bar chart maker or a box plot. For one numerical variable over time, use a line chart at line chart maker.

Reading a Scatter Chart

Shape of the cloud: a cloud that trends strongly upward as you move right means X and Y are positively correlated. Downward-trending means negatively correlated. Flat or scattered means weak or no correlation. The tighter the cloud hugs a line, the stronger the relationship.

Outliers: points that sit far from the main cloud deserve attention. Sometimes they are data entry errors worth removing; sometimes they are the most interesting observations in the dataset (unusually successful customers, unusually fast sales cycles, unusually extreme experimental results).

Clusters: if the cloud is actually two or more separate clouds, the data has subgroups. A single trend line across mixed clusters is misleading — fit separate trend lines per cluster, or investigate what makes the subgroups different.

Density: at the center of a scatter, overlapping points can hide density. Increasing point transparency (alpha) reveals how many points overlap. For very large datasets, a heatmap or hexbin chart reads better than a raw scatter.

What You Can Create

Correlation Analysis

Check whether two variables trend together — price vs demand, study hours vs scores, advertising spend vs revenue.

Outlier Detection

Points that sit far from the main cloud are outliers worth investigating — either errors to fix or signal worth amplifying.

Customer Segmentation

Plot customers by two metrics (recency vs spend, age vs frequency) to spot natural clusters.

A/B/C Test Comparison

Each point is a test run; the XY chart shows variance, overlap, and clear wins.

Scientific Research

Experimental X and Y measurements — the classic use of a scatter plot in lab contexts.

Frequently Asked Questions

Is a scatter plot the same as a scatter chart?

Yes — "scatter plot" and "scatter chart" are interchangeable. Some statistics courses prefer "scatter plot"; business software tends to use "scatter chart". Same visualization either way.

What is an XY chart?

Another name for the same thing. "XY chart" emphasizes that both axes are continuous numerical variables (X and Y), which is the defining property of a scatter plot. Excel calls them XY (Scatter) charts; Google Sheets calls them scatter charts; statisticians call them scatter plots. All the same.

When should I use a scatter plot vs a line chart?

Scatter plot for relationships between two variables with no inherent order (height vs weight, price vs demand). Line chart for a variable changing over an ordered dimension like time. If you connect scatter points with a line when the X axis is not time, the line implies an ordering that does not exist.

Can I add a trend line?

Yes — linear regression trendline is optional and shows up when enabled. Helps reveal correlation direction and strength.

How many points can I add?

Unlimited. The chart auto-scales axes to fit all your data. For thousands of points, consider reducing alpha (transparency) so overlapping dots reveal density.

Related Tools