-
Notifications
You must be signed in to change notification settings - Fork 14
add borderlines to plots #1991
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What problem does your feature request solve?
Well, not every country is an island. In our case, with have lots of neighbours and just a piece of coastline. It would be great to have borders as well, especially that in current plot.py it is extremely easy, with cartopy already ensured by reqs and just 2 lines, i guess
Describe the solution you'd like
- Add
import cartopy.feature as cfeaturein the imports section - add
axes.add_feature(cfeature.BORDERS, edgecolor=coastcol)in the helper_setup_spatial_mapfunction, just below
axes.coastlines(resolution="10m", color=coastcol)line; i think, border and coastlines can be just the same color.
(I have tested this minor approach and it worked)
Describe alternatives you've considered
I haven't considered any alternatives.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.