Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MSaiKiran9 committed Oct 9, 2023
1 parent 791f624 commit 25af8e9
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions Matplotlib/Matplotlib_Create_Barchart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "349da579-e86d-4c4a-ac9f-fad6145f8061",
"metadata": {
"papermill": {},
Expand Down Expand Up @@ -143,7 +143,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": null,
"id": "3802ad04-276f-4581-8f8b-895d6c90a4a7",
"metadata": {
"papermill": {},
Expand Down Expand Up @@ -187,7 +187,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": null,
"id": "cc597696-4834-4f84-8f51-879d66f1424b",
"metadata": {
"papermill": {},
Expand All @@ -197,7 +197,7 @@
"source": [
"fig, ax = plt.subplots()\n",
"\n",
"ax.bar(labels, values, label=bar_labels, color=bar_colors)\n",
"ax.bar(labels, values, label=labels, color=bar_colors)\n",
"\n",
"ax.set_ylabel(ylabel)\n",
"ax.set_title(title)\n",
Expand Down Expand Up @@ -233,7 +233,7 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": null,
"id": "62676a21-f1ef-4de7-986f-89c4f1c48524",
"metadata": {
"papermill": {},
Expand All @@ -257,7 +257,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": null,
"id": "0e693f16-eb5c-452f-b8b7-84cc5758de60",
"metadata": {
"papermill": {},
Expand All @@ -267,17 +267,6 @@
"source": [
"naas.asset.add(fig_path)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "2db7fe05-3fdd-4eb0-8357-08a6378f0e98",
"metadata": {
"papermill": {},
"tags": []
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down Expand Up @@ -311,4 +300,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 25af8e9

Please sign in to comment.