Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Apr 4, 2024
1 parent 241fcf0 commit cb23634
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions notebooks/wp5/glacier_distribution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@
" ylabel=\"Number of glaciers\",\n",
")\n",
"_ = ax.text(\n",
" 0,\n",
" 1,\n",
" *(0, 1),\n",
" f\"Date of digitization data are missing for {missing} glaciers or {missing_perc:.2f}% of the dataset.\",\n",
" transform=ax.transAxes,\n",
" bbox={\"facecolor\": \"white\", \"edgecolor\": \"black\"},\n",
Expand Down Expand Up @@ -361,8 +360,7 @@
"ax.grid()\n",
"ax.legend()\n",
"_ = ax.text(\n",
" 0,\n",
" 0,\n",
" (*0, 0),\n",
" \"\\n\".join(text),\n",
" transform=ax.transAxes,\n",
" bbox={\"facecolor\": \"white\", \"edgecolor\": \"black\"},\n",
Expand Down

0 comments on commit cb23634

Please sign in to comment.