File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -420,6 +420,7 @@ def fmt_docstring(module_func):
420
420
Select map :doc:`projection </projections/index>`.
421
421
<BLANKLINE>
422
422
**Aliases:**
423
+ <BLANKLINE>
423
424
.. hlist::
424
425
:columns: 3
425
426
<BLANKLINE>
Original file line number Diff line number Diff line change @@ -41,13 +41,14 @@ def grdclip(
41
41
- Replace individual values with a new value
42
42
43
43
Such operations are useful when you want all of a continent or an ocean to fall into
44
- one color or gray shade in image processing, when clipping the range of data
45
- values is required, or for reclassification of data values. The values can be any
46
- number or NaN (Not a Number).
44
+ one color or gray shade in image processing, when clipping the range of data values
45
+ is required, or for reclassification of data values. The values can be any number or
46
+ NaN (Not a Number).
47
47
48
48
Full GMT docs at :gmt-docs:`grdclip.html`.
49
49
50
50
**Aliases:**
51
+
51
52
.. hlist::
52
53
:columns: 3
53
54
You can’t perform that action at this time.
0 commit comments