Skip to content

Commit

Permalink
fix limits
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Dec 23, 2024
1 parent 8fef74a commit 0ac28a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/wp5/ocean_color_monthly.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
" cmap=\"coolwarm\",\n",
" robust=True,\n",
" ylim=(11.5, -0.5),\n",
" xlim=(da[\"year\"].min() - 0.5, da[\"year\"].max() + 0.5),\n",
" )\n",
" facet.set_ylabels(\"month\")\n",
" plt.show()"
Expand Down

0 comments on commit 0ac28a6

Please sign in to comment.