Skip to content

Commit

Permalink
Add missing alias to pygmt.Figure.grdview (#1450)
Browse files Browse the repository at this point in the history
This PR adds the interpolation common option to the grdview documentation.
  • Loading branch information
arleaman authored Aug 20, 2021
1 parent 5f50b70 commit 54c1a0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pygmt/src/grdview.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
Y="yshift",
c="panel",
f="coltypes",
n="interpolation",
p="perspective",
t="transparency",
)
Expand Down Expand Up @@ -116,6 +117,7 @@ def grdview(self, grid, **kwargs):
{XY}
{c}
{f}
{n}
{p}
{t}
"""
Expand Down

0 comments on commit 54c1a0c

Please sign in to comment.