Skip to content

Commit

Permalink
Add common alias "verbose" (V) to grdlandmask and savefig
Browse files Browse the repository at this point in the history
  • Loading branch information
sean0921 committed Jun 22, 2021
1 parent b2808cf commit 93d76ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pygmt/figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def region(self):
I="icc_gray",
T="fmt",
Q="anti_aliasing",
V="verbose",
)
@kwargs_to_strings()
def psconvert(self, **kwargs):
Expand Down
2 changes: 2 additions & 0 deletions pygmt/src/grdlandmask.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
G="outgrid",
I="spacing",
R="region",
V="verbose",
r="registration",
)
@kwargs_to_strings(R="sequence")
Expand All @@ -44,6 +45,7 @@ def grdlandmask(**kwargs):
in.
{I}
{R}
{V}
{r}
Returns
Expand Down

0 comments on commit 93d76ea

Please sign in to comment.