Skip to content

Commit

Permalink
fix plot
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jun 21, 2023
1 parent 2fa5e70 commit fd6cc10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion notebooks/wp4/clima_and_bias_cordex_cmip6_regionalised.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,9 @@
" col=\"model\",\n",
" col_wrap=min(3, ds_bias.sizes[\"model\"] - 1),\n",
" **plot_kwargs,\n",
")"
")\n",
"for ax in facet.axs.flatten():\n",
" ax.set_extent((lon_slice.start, lon_slice.stop, lat_slice.start, lat_slice.stop))"
]
},
{
Expand Down

0 comments on commit fd6cc10

Please sign in to comment.