Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Sep 8, 2023
1 parent 45f36c4 commit 5f1f83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/wp4/cmip6_sea_ice_diagnostics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
" da = ds.sel(sel_dict)[variable]\n",
" ax.set_ylabel(f\"[{da.attrs['units']}]\")\n",
"\n",
"facet.axs[0, -1].legend(bbox_to_anchor=(1.1, 1))"
"_ = facet.axs[0, -1].legend(bbox_to_anchor=(1.1, 1))"
]
}
],
Expand Down

0 comments on commit 5f1f83c

Please sign in to comment.