mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-22 05:05:53 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
733 B
733 B
Scatterplot
A scatter plot displays two numeric variables as points on an x-y axis to reveal their relationship. It is used during EDA to detect correlations, clusters, and outliers. A trend line or regression line can be added to show the direction and strength of the linear relationship between the variables.
Visit the following resources to learn more: