Skip to content

Commit b05aad6

Browse files
committed
Minor updates
1 parent 7fbf6d7 commit b05aad6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

day_7/day_7.ipynb

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"## Introduction to Plotting with Seaborn\n",
7+
"# Introduction to Plotting with Seaborn\n",
88
"\n",
99
"Much of today's lecture will be taken from the really wonderful [tutorial on Seaborn](https://seaborn.pydata.org/tutorial).\n",
1010
"\n",
@@ -800,6 +800,22 @@
800800
" data=tips);"
801801
]
802802
},
803+
{
804+
"cell_type": "markdown",
805+
"metadata": {},
806+
"source": [
807+
"## Matplotlib\n",
808+
"\n",
809+
"One final note is that `seaborn` is built on top of `matplotlib` and is designed to make plotting easier. Once in a while, you may find that there's something you can't do easily in `seaborn` and you need to use `matplotlib` directly. It's beyond the scope of this class, but [here are some examples of cool plots using matplotlib](https://matplotlib.org/3.2.1/tutorials/introductory/sample_plots.html#sphx-glr-tutorials-introductory-sample-plots-py)."
810+
]
811+
},
812+
{
813+
"cell_type": "markdown",
814+
"metadata": {},
815+
"source": [
816+
"## Exercises"
817+
]
818+
},
803819
{
804820
"cell_type": "markdown",
805821
"metadata": {},

0 commit comments

Comments
 (0)