Skip to content

Commit

Permalink
added youtube link to part 2 of the heatmap tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
mGalarnyk committed Sep 19, 2016
1 parent 162daf6 commit ebb9853
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,13 @@
"<h1 align=\"center\"> Subplotting and 3D Heatmaps using Matplotlib and Seaborn </h1>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"youtube tutorial: https://www.youtube.com/watch?v=NHwXkvwSd7E"
]
},
{
"cell_type": "code",
"execution_count": 13,
Expand Down Expand Up @@ -1632,7 +1639,6 @@
"import matplotlib.pyplot as plt\n",
"from pylab import *\n",
"\n",
"\n",
"fig = plt.figure(figsize=(8, 6))\n",
"ax = fig.add_subplot(111, projection='3d')\n",
"\n",
Expand Down
7 changes: 7 additions & 0 deletions Request/Heat Maps using Matplotlib and Seaborn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,13 @@
"<h1 align=\"center\"> Subplotting and 3D Heatmaps using Matplotlib and Seaborn </h1>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"youtube tutorial: https://www.youtube.com/watch?v=NHwXkvwSd7E"
]
},
{
"cell_type": "code",
"execution_count": 13,
Expand Down

0 comments on commit ebb9853

Please sign in to comment.