Skip to content

Commit

Permalink
fix: removed unnecessary print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshpokar committed Aug 26, 2024
1 parent 39f4073 commit c27fc4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/bar/example_bar_plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"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 c27fc4b

Please sign in to comment.