Skip to content

Commit

Permalink
Add missing aliases to pygmt.surface (GenericMappingTools#1501)
Browse files Browse the repository at this point in the history
Co-authored-by: Meghan Jones <[email protected]>
  • Loading branch information
2 people authored and Josh Sixsmith committed Dec 21, 2022
1 parent 709ba60 commit 1681bf9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pygmt/src/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@
G="outgrid",
V="verbose",
a="aspatial",
b="binary",
d="nodata",
e="find",
f="coltypes",
h="header",
i="incols",
r="registration",
s="skiprows",
w="wrap",
)
@kwargs_to_strings(R="sequence")
def surface(x=None, y=None, z=None, data=None, **kwargs):
Expand Down Expand Up @@ -68,8 +75,15 @@ def surface(x=None, y=None, z=None, data=None, **kwargs):
{V}
{a}
{b}
{d}
{e}
{f}
{h}
{i}
{r}
{s}
{w}
Returns
-------
Expand Down

0 comments on commit 1681bf9

Please sign in to comment.