Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jun 23, 2023
1 parent b825cea commit b18112e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebooks/wp5/FIRE_burned_area.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
" stacked=True,\n",
" ylim=ylim,\n",
" )\n",
" ax.grid()\n",
" ax.grid(axis=\"y\")\n",
" plt.show()"
]
},
Expand All @@ -257,7 +257,7 @@
" stacked=True,\n",
" ylim=ylim,\n",
" )\n",
" ax.grid()\n",
" ax.grid(axis=\"y\")\n",
" plt.show()"
]
},
Expand Down Expand Up @@ -313,14 +313,14 @@
"plt.show()\n",
"\n",
"ax = da_climatology.to_pandas().plot.bar(ylabel=ylabel)\n",
"ax.set_title(title)\n",
"plt.show()"
"_ = ax.set_title(title)\n",
"_ = ax.grid(axis=\"y\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "eqc",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down

0 comments on commit b18112e

Please sign in to comment.