Skip to content

Commit 71b0812

Browse files
authored
Code update
1 parent e416fe7 commit 71b0812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Seaborn - Scatter Plot & Joint Plot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
"cell_type": "markdown",
514514
"metadata": {},
515515
"source": [
516-
"We already aware of the scattered distribution here so let us focus on what we have at top at and right spines. By the way, if we wish to reduce the size of scattered dots in our plot, we may chose to add **sizes** parameter as a *Tuple* like `sns.jointplot(x=\"total_bill\", y=\"tip\", data=tips, color=tableau_20[7], kind=\"scatter\", sizes=(20,0))`. These spines represent [Gaussian distribution](https://en.wikipedia.org/wiki/Normal_distribution) of a **sample space**, which in our case comprises of *Total bill* and associated *tips* from our dataset. Let us fit the **Density curve** on top of it, that we had observed in the introductory lectures as well and while we do that, simultaneously we shall also switch from scattered distribution to something different:"
516+
"We already aware of the scattered distribution here so let us focus on what we have at top at and right spines. By the way, if we wish to reduce the size of scattered dots in our plot, we may chose to add **sizes** parameter as a *Tuple* like **`sns.jointplot(x=\"total_bill\", y=\"tip\", data=tips, color=tableau_20[7], kind=\"scatter\", sizes=(20,0))`**. These spines represent [Gaussian distribution](https://en.wikipedia.org/wiki/Normal_distribution) of a **sample space**, which in our case comprises of *Total bill* and associated *tips* from our dataset. Let us fit the **Density curve** on top of it, that we had observed in the introductory lectures as well and while we do that, simultaneously we shall also switch from scattered distribution to something different:"
517517
]
518518
},
519519
{

0 commit comments

Comments
 (0)