diff --git a/pygmt/src/velo.py b/pygmt/src/velo.py index 6196713b17b..c27128ee270 100644 --- a/pygmt/src/velo.py +++ b/pygmt/src/velo.py @@ -30,6 +30,10 @@ Y="yshift", Z="zvalue", c="panel", + d="nodata", + e="find", + h="header", + i="incols", p="perspective", t="transparency", ) @@ -225,6 +229,10 @@ def velo(self, data=None, **kwargs): (i.e., vector or rotation uncertainty) to lookup the color and paint the error ellipse or wedge instead, append **+e**. {c} + {d} + {e} + {h} + {i} {p} {t} """