Skip to content

Commit ca29e23

Browse files
committed
Fix order
1 parent a71c45b commit ca29e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/src/coast.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def coast( # noqa: PLR0913
2727
borders: int | str | Sequence[int | str] | None = None,
2828
shorelines: bool | str | Sequence[int | str] = False,
2929
box: Box | bool = False,
30-
frame: str | Sequence[str] | bool = False,
3130
projection: str | None = None,
3231
region: Sequence[float | str] | str | None = None,
32+
frame: str | Sequence[str] | bool = False,
3333
verbose: Literal["quiet", "error", "warning", "timing", "info", "compat", "debug"]
3434
| bool = False,
3535
panel: int | Sequence[int] | bool = False,
@@ -192,10 +192,10 @@ def coast( # noqa: PLR0913
192192
to any of the continent codes (e.g. ``"=EU"`` for Europe). Append
193193
**+p**\ *pen* to draw polygon outlines [Default is no outline] and
194194
**+g**\ *fill* to fill them [Default is no fill].
195-
$frame
196195
$projection
197196
$region
198197
*Required if this is the first plot command.*
198+
$frame
199199
$verbose
200200
$panel
201201
$perspective

0 commit comments

Comments
 (0)