We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2c5d7 commit c5435b0Copy full SHA for c5435b0
pygmt/helpers/decorators.py
@@ -267,10 +267,12 @@
267
- ``file`` will save the result to the file specified by the ``outfile``
268
parameter.""",
269
"outgrid": """
270
- outgrid : str or None
271
- Name of the output netCDF grid file. For writing a specific grid
272
- file format or applying basic data operations to the output grid,
273
- see :gmt-docs:`gmt.html#grd-inout-full` for the available modifiers.""",
+ outgrid
+ Name of the output netCDF grid file. If not specified, will return an
+ :class:`xarray.DataArray` object. For writing a specific grid file format or
+ applying basic data operations to the output grid, see
274
+ :gmt-docs:`gmt.html#grd-inout-full` for the available modifiers.
275
+ """,
276
"panel": r"""
277
panel : bool, int, or list
278
[*row,col*\|\ *index*].
0 commit comments