Skip to content

Commit

Permalink
adding country lines to the choropleth (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurabrenskelle authored May 28, 2024
1 parent 0938661 commit 03c3442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/mbon_citation_visualizations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,7 @@
"# Update layout to set color for missing data\n",
"fig.update_geos(\n",
" showcoastlines=True, coastlinecolor=\"Gray\",\n",
" showcountries=True,\n",
" showland=True, landcolor=\"White\",\n",
" showocean=True, oceancolor=\"Gray\",\n",
" showlakes=True, lakecolor=\"Gray\"\n",
Expand Down

0 comments on commit 03c3442

Please sign in to comment.