File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
Highlight country, continent and state polygons
3
3
===============================================
4
4
5
- The :meth:`pygmt.Figure.coast` method can highlight country polygons
6
- via the ``dcw`` parameter. It accepts the country code or full
7
- country name and can draw its borders and add a color to its landmass.
8
- It's also possible to define multiple countries at once by separating
9
- the individual names with commas.
5
+ The :meth:`pygmt.Figure.coast` method can highlight country polygons via the ``dcw``
6
+ parameter. It accepts the country code (following the 2-letter
7
+ `ISO 3166-1 alpha-2 convention <https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2>`_) or
8
+ full country name and can draw its borders and add a color to its landmass. It's also
9
+ possible to define multiple countries at once by separating the individual names with
10
+ commas.
10
11
"""
11
12
12
13
# %%
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def coast(
168
168
*code1,code2,…*\ [**+g**\ *fill*\ ][**+p**\ *pen*\ ][**+z**].
169
169
Select painting country polygons from the `Digital Chart of the World
170
170
<https://en.wikipedia.org/wiki/Digital_Chart_of_the_World>`__.
171
- Append one or more comma-separated countries using the 2-character
171
+ Append one or more comma-separated countries using the 2-letter
172
172
`ISO 3166-1 alpha-2 convention
173
173
<https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2>`__.
174
174
To select a state of a country (if available), append .\ *state*,
You can’t perform that action at this time.
0 commit comments