Skip to content

Commit d7de537

Browse files
authored
Clarify interplay of spacing and per_column in info (#1127)
1 parent f012ee6 commit d7de537

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pygmt/src/info.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ def info(table, **kwargs):
5454
Report the min/max values per column in separate columns.
5555
spacing : str
5656
[**b**\|\ **p**\|\ **f**\|\ **s**]\ *dx*\[/*dy*\[/*dz*...]].
57-
Report the min/max of the first n columns to the nearest multiple of
58-
the provided increments and output results in the form
59-
``[w, e, s, n]``.
57+
Compute the min/max values of the first n columns to the nearest
58+
multiple of the provided increments [default is 2 columns]. By default,
59+
output results in the form ``[w, e, s, n]``, unless ``per_column`` is
60+
set in which case we output each min and max value in separate output
61+
columns.
6062
nearest_multiple : str
6163
**dz**\[\ **+c**\ *col*].
6264
Report the min/max of the first (0'th) column to the nearest multiple

0 commit comments

Comments
 (0)