Skip to content

Commit f423c7d

Browse files
committed
Fix
1 parent 9999818 commit f423c7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pygmt/src/grd2xyz.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def grd2xyz(
5555
{grid}
5656
output_type
5757
Desired output type of the result data.
58+
5859
- ``pandas`` will return a :class:`pandas.DataFrame` object.
5960
- ``numpy`` will return a :class:`numpy.ndarray` object.
6061
- ``file`` will save the result to the file given by the ``outfile`` parameter.
@@ -125,6 +126,7 @@ def grd2xyz(
125126
-------
126127
ret
127128
Return type depends on ``outfile`` and ``output_type``:
129+
128130
- None if ``outfile`` is set (output will be stored in file set by ``outfile``)
129131
- :class:`pandas.DataFrame` or :class:`numpy.ndarray` if ``outfile`` is not set
130132
(depends on ``output_type``)

0 commit comments

Comments
 (0)