A scatter plot chart is a visualization that displays individual data points on a two-dimensional plane, showing the relationship between two (or sometimes three) variables.
Scatter plots are a versatile tool for visualizing relationships, spotting trends, detecting outliers, and exploring multi-dimensional datasets.
A scatter plot is a graph that visualizes the relationship between two numerical variables by plotting each pair of data points as dots on a Cartesian coordinate system. It's used to identify patterns, trends, correlations (positive, negative, or no correlation), clusters, and outliers in the data, helping to understand if and how two variables might influence each other.