Skip to content

Commit

Permalink
Revert "fix: removed unnecessary print statements"
Browse files Browse the repository at this point in the history
This reverts commit c27fc4b.
  • Loading branch information
dakshpokar committed Aug 26, 2024
1 parent c27fc4b commit eb204e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/bar/example_bar_plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"cut_counts = tips[\"day\"].value_counts()\n",
"plt.figure(figsize=(10, 6))\n",
"b_plot = plt.bar(cut_counts.index, list(cut_counts.values), color=\"skyblue\")\n",
"print(type(b_plot))\n",
"plt.title(\"The Number of Tips by Day\")\n",
"plt.xlabel(\"Day\")\n",
"plt.ylabel(\"Count\")\n",
Expand Down

0 comments on commit eb204e2

Please sign in to comment.