Files
Randell Dawson 1494a50123 fix(guide): restructure curriculum guide articles (#36501)
* fix: restructure certifications guide articles
* fix: added 3 dashes line before prob expl
* fix: added 3 dashes line before hints
* fix: added 3 dashes line before solutions
2019-07-24 13:29:27 +05:30

14 lines
856 B
Markdown

---
title: Visualize Data with a Scatterplot Graph
---
# Visualize Data with a Scatterplot Graph
---
## Problem Explanation
**The Use of a Scatterplot Graph**
Scatterplots are a visualization intended for `numerical` data. That is, they display the relationship between one numerical distribution and another. For instance, a scatter plot may be useful in plotting the relationship between number of groceries bought and the total amount paid for them at checkout.
Scatterplots are particularly beneficial in uncovering an association between two numerical variables. Associations can be `positive` (if both variables are increasing together towards high values) or `negative` (while one variable increases, the other's values decrease). If we see some points isolated from the rest, then we can understand that outliers are also present in the data.