Skip to content
Open
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
4 changes: 2 additions & 2 deletions pygmt/src/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
I="intensity",
L="close",
N="no_clip",
M="fill_between",
M="between_fill",
S="style",
W="pen",
Z="zvalue",
Expand Down Expand Up @@ -179,7 +179,7 @@ def plot( # noqa: PLR0912, PLR0913
$fill
*fill* can be a 1-D array, but it is only valid if using ``x``/``y``
and ``cmap=True`` is also required.
fill_between : str
between_fill : str
[**c**\|\ **s**][**+l**\ *seclabel*][**+g**\ *fill*][**p**\ *pen*]
[**+r**\ *pen*][**+y**\ [*level*]].
Fill the middle area between two curves :math:`y_0(x)` and :math:`y_1(x)`.
Expand Down
Loading