Skip to content

Commit 2f80408

Browse files
authored
pygmt.grdfill: Add alias 'coltypes' (-f) (#3869)
1 parent b1dff81 commit 2f80408

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pygmt/src/grdfill.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def _parse_fill_mode(
6767
@fmt_docstring
6868
# TODO(PyGMT>=0.19.0): Remove the deprecated 'no_data' parameter.
6969
@deprecate_parameter("no_data", "hole", "v0.15.0", remove_version="v0.19.0")
70-
@use_alias(A="mode", N="hole", R="region", V="verbose")
70+
@use_alias(A="mode", N="hole", R="region", V="verbose", f="coltypes")
7171
@kwargs_to_strings(R="sequence")
7272
def grdfill(
7373
grid: str | xr.DataArray,
@@ -122,6 +122,7 @@ def grdfill(
122122
Use ``constantfill``, ``gridfill``, ``neighborfill``, or ``splinefill``
123123
instead. The parameter will be removed in v0.19.0.
124124
{region}
125+
{coltypes}
125126
{verbose}
126127
127128
Returns

0 commit comments

Comments
 (0)