Scatter Plots

Scatter plots are charts used to show the relationship between two numeric variables. Each point on the chart represents one record in your dataset. The x-axis shows one variable and the y-axis shows the other. Scatter plots are especially useful in data analysis because they help you answer questions like: Do two variables move together? Is there a pattern or trend? Are there outliers? Are there clusters or groups in the data?

A common example is comparing advertising spend (x-axis) with sales (y-axis). If points generally rise from left to right, it suggests a positive relationship, meaning higher advertising spend is often linked to higher sales. If points fall from left to right, it suggests a negative relationship. If points are widely spread with no clear direction, it may mean there is little or no relationship, or that other factors are influencing the result.

Scatter plots are also useful for identifying outliers. Outliers are points that sit far away from the main group. For example, a customer who spends much more than others, or a product that has unusually high returns. Spotting outliers early can protect your analysis, because a few extreme points can distort averages and conclusions.

Another important use of scatter plots is finding clusters. Sometimes data points form groups, such as customers with similar behaviour, regions with similar performance, or products that fall into clear price and quality segments. When you see clusters, you can investigate what is common inside each group and use that information for segmentation or business strategy.

To make scatter plots more informative, you can add a third variable using colour or point size. For example, you can colour points by region to see whether different regions behave differently, or use point size to represent volume. Even without extra features, a well-labeled scatter plot can provide strong insight quickly.

Good practices for scatter plots include choosing meaningful axis labels and units, checking that both variables are numeric and correctly typed, and avoiding overcrowding when there are too many points. If the plot is dense, you can filter the data, sample it, or focus on a relevant range. In summary, scatter plots are a powerful tool for exploring relationships, detecting outliers, and understanding patterns in real-world data.

Pie Plots
Advanced Customization

Get industry recognized certification – Contact us

keyboard_arrow_up