A chart type that displays paired numeric data as individual points on an X and Y axis to show relationships or correlations.
Experimente com IAA scatter plot uses Cartesian coordinates to display values for two variables for a set of data. It is primarily used to observe and show relationships between two numeric variables, such as identifying trends, clusters, or outliers.
Plotting employee years of experience on the X-axis against their annual salary on the Y-axis to see if experience correlates with higher pay.
Use a scatter plot when you want to show the relationship between two numeric variables, whereas a line chart is better for showing trends over time.