Skip to content

Commit c5162d4

Browse files
author
tom mcandrew
committed
Update
1 parent 7ccfd49 commit c5162d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Homework03.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@
351351
"source": [
352352
"import pandas as pd \n",
353353
"\n",
354+
"\n",
354355
"heart_disease = pd.read_csv(\"heart.csv\")\n",
355356
"heart_disease"
356357
]
@@ -465,6 +466,7 @@
465466
],
466467
"source": [
467468
"# Example of using get\n",
469+
"import matplotlib.pyplot as plt \n",
468470
"fig, ax = plt.subplots()\n",
469471
"xticks = ax.get_xticks()\n",
470472
"xticklabels = ax.get_xticklabels()"

0 commit comments

Comments
 (0)