@@ -40,7 +40,7 @@ def grd2cpt(grid, **kwargs):
40
40
figure, subplot, panel, or inset depending on which level
41
41
:func:`pygmt.grd2cpt` is called (for details on how GMT modern mode
42
42
maintains different levels of colormaps please see
43
- :gmt-docs:`cookbook /features.html#gmt-modern-mode-hierarchical-levels`).
43
+ :gmt-docs:`reference /features.html#gmt-modern-mode-hierarchical-levels`).
44
44
You can use ``output`` to save the CPT to a file. The CPT is based on an
45
45
existing dynamic master CPT of your choice, and the mapping from data value
46
46
to colors is through the data's cumulative distribution function (CDF), so
@@ -87,7 +87,7 @@ def grd2cpt(grid, **kwargs):
87
87
cmap : str
88
88
Select the master color palette table (CPT) to use in the
89
89
interpolation. Full list of built-in color palette tables can be found
90
- at :gmt-docs:`cookbook /cpts.html#built-in-color-palette-tables-cpt`.
90
+ at :gmt-docs:`reference /cpts.html#built-in-color-palette-tables-cpt`.
91
91
background : bool or str
92
92
Select the back- and foreground colors to match the colors for lowest
93
93
and highest *z*-values in the output CPT [Default (``background=True``
@@ -127,7 +127,7 @@ def grd2cpt(grid, **kwargs):
127
127
Truncate the incoming CPT so that the lowest and highest z-levels are
128
128
to *zlow* and *zhigh*. If one of these equal NaN then we leave that
129
129
end of the CPT alone. The truncation takes place before any resampling.
130
- See also :gmt-docs:`cookbook /features.html#manipulating-cpts`.
130
+ See also :gmt-docs:`reference /features.html#manipulating-cpts`.
131
131
output : str
132
132
Optional. The file name with extension .cpt to store the generated CPT
133
133
file. If not given or ``False`` [Default], saves the CPT as the current
@@ -139,7 +139,7 @@ def grd2cpt(grid, **kwargs):
139
139
of z-values in the color table. Note that this change of z-direction
140
140
happens before ``truncate`` and ``series`` values are used so the
141
141
latter must be compatible with the changed z-range. See also
142
- :gmt-docs:`cookbook /features.html#manipulating-cpts`.
142
+ :gmt-docs:`reference /features.html#manipulating-cpts`.
143
143
overrule_bg : str
144
144
Overrule background, foreground, and NaN colors specified in the master
145
145
CPT with the values of the parameters :gmt-term:`COLOR_BACKGROUND`,
0 commit comments