Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions pygmt/src/coast.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ def coast( # noqa: PLR0913
shorelines: bool | str | Sequence[int | str] = False,
box: Box | bool = False,
projection: str | None = None,
frame: str | Sequence[str] | bool = False,
region: Sequence[float | str] | str | None = None,
frame: str | Sequence[str] | bool = False,
verbose: Literal["quiet", "error", "warning", "timing", "info", "compat", "debug"]
| bool = False,
panel: int | Sequence[int] | bool = False,
transparency: float | None = None,
perspective: float | Sequence[float] | str | bool = False,
transparency: float | None = None,
**kwargs,
):
r"""
Expand Down Expand Up @@ -72,11 +72,7 @@ def coast( # noqa: PLR0913

Parameters
----------
$projection
$region
*Required if this is the first plot command.*
$area_thresh
$frame
lakes : str or list
*fill*\ [**+l**\|\ **+r**].
Set the shade, color, or pattern for lakes and river-lakes. The
Expand Down Expand Up @@ -196,10 +192,14 @@ def coast( # noqa: PLR0913
to any of the continent codes (e.g. ``"=EU"`` for Europe). Append
**+p**\ *pen* to draw polygon outlines [Default is no outline] and
**+g**\ *fill* to fill them [Default is no fill].
$projection
$region
*Required if this is the first plot command.*
$frame
$verbose
$panel
$perspective
$transparency
$verbose

Example
-------
Expand Down