Skip to content

Commit ebd3e00

Browse files
committed
Add registration (r) to common options
1 parent 0267dd1 commit ebd3e00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pygmt/helpers/decorators.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
- 'c' for bicubic [Default]
5050
- 'l' for bilinear
5151
- 'n' for nearest-neighbor""",
52+
"r": """\
53+
registration : str
54+
``[g|p]``
55+
Force gridline (g) or pixel (p) node registration. Default is
56+
gridline.""",
5257
}
5358

5459

0 commit comments

Comments
 (0)