Skip to content

Commit

Permalink
no padding
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Sep 26, 2023
1 parent 205794d commit c94ad94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/wp4/cmip6_sea_ice_diagnostics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
" da[\"time\"],\n",
" da.sel(quantile=1 / 2),\n",
" color=color,\n",
" label=f\"CMIP6 {experiment:^10} median\",\n",
" label=f\"CMIP6 {experiment} median\",\n",
" zorder=2,\n",
" )\n",
" ax.fill_between(\n",
Expand All @@ -539,7 +539,7 @@
" da.sel(quantile=2 / 3),\n",
" color=color,\n",
" alpha=0.4,\n",
" label=f\"CMIP6 {experiment:^10} tertiles\",\n",
" label=f\"CMIP6 {experiment} tertiles\",\n",
" zorder=1,\n",
" )\n",
" ax.fill_between(\n",
Expand All @@ -548,7 +548,7 @@
" da.sel(quantile=1),\n",
" color=color,\n",
" alpha=0.2,\n",
" label=f\"CMIP6 {experiment:^10} range\",\n",
" label=f\"CMIP6 {experiment} range\",\n",
" zorder=0,\n",
" )\n",
" ax.grid()\n",
Expand Down

0 comments on commit c94ad94

Please sign in to comment.