Skip to content

Commit

Permalink
fix plot
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Dec 13, 2023
1 parent 90a654d commit 7bfaa26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/wp3/bias_assessment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@
"outputs": [],
"source": [
"plot_kwargs = {\n",
" \"t2m\": {\"cmap\": \"RdBu_r\"},\n",
" \"tp_month\": {\"cmap\": \"BrBG\"},\n",
" \"2m_temperature\": {\"cmap\": \"RdBu_r\"},\n",
" \"total_precipitation\": {\"cmap\": \"BrBG\"},\n",
"}\n",
"\n",
"for varname, da in bias.data_vars.items():\n",
Expand Down

0 comments on commit 7bfaa26

Please sign in to comment.