Skip to content

Commit

Permalink
remove duplicate land (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Nov 25, 2024
1 parent 2ed012f commit a209149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tutorials/Making_Maps_with_Cartopy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": null,
"id": "0afa0528-e5ee-4995-8c8a-578b645131b4",
"metadata": {
"tags": []
Expand Down Expand Up @@ -1487,7 +1487,7 @@
" cbar_kwargs={\"label\": \"SST (Β°C)\", \"fraction\": 0.03, \"aspect\": 15, \"shrink\": 0.7},\n",
")\n",
"\n",
"# Add blue marble land land:\n",
"# Add blue marble land:\n",
"ax.imshow(\n",
" blue_marble, extent=blue_marble_extent, transform=ccrs.PlateCarree(), origin=\"upper\"\n",
")\n",
Expand Down

0 comments on commit a209149

Please sign in to comment.