Skip to content

Commit

Permalink
Add registration (r) to common options
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Jun 10, 2020
1 parent 0267dd1 commit ebd3e00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pygmt/helpers/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
- 'c' for bicubic [Default]
- 'l' for bilinear
- 'n' for nearest-neighbor""",
"r": """\
registration : str
``[g|p]``
Force gridline (g) or pixel (p) node registration. Default is
gridline.""",
}


Expand Down

0 comments on commit ebd3e00

Please sign in to comment.