We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a675de commit 70d7f2fCopy full SHA for 70d7f2f
1 file changed
pygmt/src/coast.py
@@ -139,9 +139,9 @@ def coast( # noqa: PLR0913
139
Select filling of "wet" areas.
140
lakes
141
river_lakes
142
- Select filling of lakes and river-lakes. If not specified, will use the fill for
143
- "wet" areas set by the ``water`` parameter. If ``lakes`` is specified but
144
- ``river_lakes`` isn't, ``river_lakes`` will use the same fill as ``lakes``.
+ Select filling of lakes or river-lakes, respectively. If not specified, will use
+ the fill for "wet" areas set by the ``water`` parameter. If only one of the two
+ parameters is specified, the other will be set to unfilled (transparent).
145
rivers
146
Draw rivers. Specify the type of rivers to draw, and optionally append a pen
147
attribute, in the format *river*\ /*pen* [Default pen is
0 commit comments