Skip to content

Commit a32e08a

Browse files
Sort alias list alphetically
1 parent 5084862 commit a32e08a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pygmt/src/coast.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717

1818
@fmt_docstring
1919
@use_alias(
20-
R="region",
21-
J="projection",
2220
A="area_thresh",
23-
C="lakes",
2421
B="frame",
22+
C="lakes",
2523
D="resolution",
2624
E="dcw",
25+
F="box",
26+
G="land",
2727
I="rivers",
28+
J="projection",
2829
L="map_scale",
29-
F="box",
3030
N="borders",
31-
W="shorelines",
32-
G="land",
31+
R="region",
3332
S="water",
3433
V="verbose",
34+
W="shorelines",
3535
c="panel",
3636
p="perspective",
3737
t="transparency",

0 commit comments

Comments
 (0)