Dot plot vs scatter plot: Everything you need to know
Learn the key distinctions and how to pick the right chart for your data
Dot plots and scatter plots look similar at first glance, but they serve very different purposes. Knowing which one to use makes your data easier to read and your insights clearer. Here’s what sets them apart.
What is a scatter plot?
A scatter plot is a chart type that uses dots to show the relationship between two numerical variables. One variable is plotted on the X axis and the other on the Y axis, with each dot representing a single data point. The dot’s position shows how the two values relate to each other.
Scatter plots are especially useful for identifying trends, patterns, and correlations within a dataset.
- Positive correlation: values on the X and Y axes rise together
- Negative correlation: as one value rises, the other falls
- No correlation: dots are scattered randomly with no clear pattern
What is a dot plot?
Although similar in appearance to scatter plots, dot plots are designed to show the distribution of a single numerical variable. Instead of comparing two variables on X and Y axis, dot plots place values along a single numerical axis. When multiple data points share the same value, the dots stack vertically or horizontally, making it easy to spot clusters, gaps, ranges, and outliers in the dataset.
There are several types of dot plots. Here are some of the most popular ones:
- Traditional dot plot: shows the distribution of data, with each dot representing a data point. This type makes patterns and frequencies easy to understand at a glance.
- Cleveland dot plot: compares quantitative data across categories, similar to a bar chart (but without the bars).
- Connected dot plot (dumbbell chart): highlights the difference between two data series. This makes it ideal for showing change over time or comparing before-and-after values.
- Beeswarm plot: spreads individual points along one axis without overlap, showing density and distribution while keeping every data point visible.
- Box plot: summarizes the distribution of a numerical variable. The box marks the middle 50% of values, while the whiskers and any outlier points beyond them show the spread. This makes it easy to compare distributions across groups at a glance.
- Violin plot: combines a box plot with a density curve to show both summary statistics and the overall shape of the data distribution.
Dot plot vs scatter plot: the key difference
The core difference comes down to how many variables you’re working with.
A dot plot works with one numerical variable. It shows how values are spread and how often they appear. A scatter plot compares two numerical variables and shows whether they are related.
When to use each
Use a dot plot when you want to:
- See how a single variable is distributed across a dataset
- Compare distributions across groups
- Spot clusters, gaps, or outliers
- Explain concepts like mean, median, and mode
Dot plots work best with smaller datasets, where individual data points are meaningful.
Use a scatter plot when you want to:
- Explore the relationship between two variables
- Identify trends or patterns
- Make predictions based on observed data
A practical example
Say you’re looking at monthly sales figures for 15 sales representatives.
With a dot plot, you plot each rep’s sales on a single line. You can instantly see how the team is performing: for example, eight reps are clustered around $8–10k, two around $5k, and one outlier at $18k. With this type of visualization, you are answering the question: “How is sales performance spread across the team?”
With a scatter plot, you plot two things per person: their monthly sales (X axis) versus the number of client calls they made (Y axis). Now you’re answering a different question: “Does making more calls lead to higher sales?”
Same data, different question, different chart.
Which one should you use?
Both dot plots and scatter plots use dots to display data, but that’s where the similarity ends.
Dot plots are the best option when you want to understand the distribution of a single variable. Scatter plots are better suited when you’re exploring the relationship between two variables.
Choosing the right one comes down to asking: what question am I trying to answer? Once you know that, the right chart becomes obvious.
Ready to try it yourself? Build your own dot plot or scatter plot in Flourish in just a few clicks.
Take a look at our blog posts below for more inspiration.
