Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jun 21, 2023
1 parent 5980694 commit cc22d5d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions notebooks/wp5/wip_xch4_xco2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Define request"
"## Functions to cache"
]
},
{
Expand Down Expand Up @@ -230,14 +230,6 @@
"source": [
"ds_trend = download.download_and_transform(*request, transform_func=compute_trends)\n",
"\n",
"shading_kwargs = dict(robust=True, projection=ccrs.Robinson())\n",
"hatches_kwargs = {\n",
" \"plot_func\": \"contourf\",\n",
" \"show_stats\": False,\n",
" \"cmap\": \"none\",\n",
" \"add_colorbar\": False,\n",
"}\n",
"\n",
"plot.projected_map(ds_trend[\"trend\"], robust=True, projection=ccrs.Robinson())\n",
"plot.projected_map(\n",
" ds_trend[\"p\"],\n",
Expand Down

0 comments on commit cc22d5d

Please sign in to comment.