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
Re-usable component.
Data format has been added in the description.
Detect Correlation Helps measure correlation
Useful in statistics and predictive modeling.
Scatter plots are a versatile tool for visualizing relationships, spotting trends, detecting outliers, and exploring multi-dimensional datasets.It is a re-usable component need to pass the required input parameters.
Helps measure correlation:
Positive correlation: Points trend upward.
Negative correlation: Points trend downward.
No correlation: Points are scattered randomly.