Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Mar 19, 2024
1 parent 2a6dede commit 6c65578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/wp5/glacier_distribution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"weighted_year = grouped.apply(weighted_average, \"year\", \"AREA\", include_groups=False)\n",
"\n",
"ax = arithmetic_year.plot(label=\"arithmetic\")\n",
"ax = weighted_year.where(weighted_year != 0).plot(label=\"weighted\")\n",
"ax = weighted_year.plot(label=\"weighted\")\n",
"ax.set_xlabel(\"RGI region number\")\n",
"ax.set_ylabel(\"Year of digitalization\")\n",
"ax.grid()\n",
Expand Down

0 comments on commit 6c65578

Please sign in to comment.