Skip to content

Commit ebb9853

Browse files
committed
added youtube link to part 2 of the heatmap tutorial
1 parent 162daf6 commit ebb9853

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Request/.ipynb_checkpoints/Heat Maps using Matplotlib and Seaborn-checkpoint.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,13 @@
999999
"<h1 align=\"center\"> Subplotting and 3D Heatmaps using Matplotlib and Seaborn </h1>"
10001000
]
10011001
},
1002+
{
1003+
"cell_type": "markdown",
1004+
"metadata": {},
1005+
"source": [
1006+
"youtube tutorial: https://www.youtube.com/watch?v=NHwXkvwSd7E"
1007+
]
1008+
},
10021009
{
10031010
"cell_type": "code",
10041011
"execution_count": 13,
@@ -1632,7 +1639,6 @@
16321639
"import matplotlib.pyplot as plt\n",
16331640
"from pylab import *\n",
16341641
"\n",
1635-
"\n",
16361642
"fig = plt.figure(figsize=(8, 6))\n",
16371643
"ax = fig.add_subplot(111, projection='3d')\n",
16381644
"\n",

Request/Heat Maps using Matplotlib and Seaborn.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,13 @@
999999
"<h1 align=\"center\"> Subplotting and 3D Heatmaps using Matplotlib and Seaborn </h1>"
10001000
]
10011001
},
1002+
{
1003+
"cell_type": "markdown",
1004+
"metadata": {},
1005+
"source": [
1006+
"youtube tutorial: https://www.youtube.com/watch?v=NHwXkvwSd7E"
1007+
]
1008+
},
10021009
{
10031010
"cell_type": "code",
10041011
"execution_count": 13,

0 commit comments

Comments
 (0)