We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccfd49 commit c5162d4Copy full SHA for c5162d4
1 file changed
Homework03.ipynb
@@ -351,6 +351,7 @@
351
"source": [
352
"import pandas as pd \n",
353
"\n",
354
+ "\n",
355
"heart_disease = pd.read_csv(\"heart.csv\")\n",
356
"heart_disease"
357
]
@@ -465,6 +466,7 @@
465
466
],
467
468
"# Example of using get\n",
469
+ "import matplotlib.pyplot as plt \n",
470
"fig, ax = plt.subplots()\n",
471
"xticks = ax.get_xticks()\n",
472
"xticklabels = ax.get_xticklabels()"
0 commit comments