Skip to content

Commit b3c96b0

Browse files
michaelgrundMeghan Jones
andauthored
Apply suggestions from code review
Co-authored-by: Meghan Jones <meghanj@alum.mit.edu>
1 parent 0779e89 commit b3c96b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pygmt/src/surface.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
i="incols",
3434
r="registration",
3535
s="skiprows",
36+
w="wrap",
3637
)
3738
@kwargs_to_strings(R="sequence")
3839
def surface(x=None, y=None, z=None, data=None, **kwargs):
@@ -82,6 +83,7 @@ def surface(x=None, y=None, z=None, data=None, **kwargs):
8283
{i}
8384
{r}
8485
{s}
86+
{w}
8587
8688
Returns
8789
-------

0 commit comments

Comments
 (0)