Files
developer-roadmap/roadmaps/python-data-analysis/content/scatterplot@4ce2yYLRCSb3azsOMpE-U.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

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: