diff --git a/pygmt/src/plot.py b/pygmt/src/plot.py index a0acd6c8e81..024d71b5ea8 100644 --- a/pygmt/src/plot.py +++ b/pygmt/src/plot.py @@ -39,12 +39,18 @@ Y="yshift", Z="zvalue", a="aspatial", - i="incols", - l="label", + b="binary", c="panel", + d="nodata", + e="find", f="coltypes", + g="gap", + h="header", + i="incols", + l="label", p="perspective", t="transparency", + w="wrap", ) @kwargs_to_strings(R="sequence", c="sequence_comma", i="sequence_comma", p="sequence") def plot(self, x=None, y=None, data=None, size=None, direction=None, **kwargs): @@ -192,14 +198,20 @@ def plot(self, x=None, y=None, data=None, size=None, direction=None, **kwargs): ``color='+z'``. To apply it to the pen color, append **+z** to ``pen``. {a} + {b} {c} + {d} + {e} {f} + {g} + {h} {i} {l} {p} {t} *transparency* can also be a 1d array to set varying transparency for symbols, but this option is only valid if using x/y. + {w} """ # pylint: disable=too-many-locals kwargs = self._preprocess(**kwargs) # pylint: disable=protected-access