Skip to content

Commit

Permalink
Add missing aliases to pygmt.Figure.velo (GenericMappingTools#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgrund authored and Josh Sixsmith committed Dec 21, 2022
1 parent 1681bf9 commit 3337fdb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pygmt/src/velo.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
Y="yshift",
Z="zvalue",
c="panel",
d="nodata",
e="find",
h="header",
i="incols",
p="perspective",
t="transparency",
)
Expand Down Expand Up @@ -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}
"""
Expand Down

0 comments on commit 3337fdb

Please sign in to comment.