|
164 | 164 | (:gmt-term:`PROJ_AUX_LATITUDE`). Geodesic distance calculations is also
|
165 | 165 | controlled by method (:gmt-term:`PROJ_GEODESIC`).""",
|
166 | 166 | "n": r"""
|
167 |
| - interpolation : str |
168 |
| - [**b**\|\ **c**\|\ **l**\|\ **n**][**+a**][**+b**\ *BC*][**+c**] |
169 |
| - [**+t**\ *threshold*]. |
170 |
| - Select interpolation mode for grids. |
171 |
| -
|
172 |
| - - **b** to use B-spline smoothing. |
173 |
| - - **c** to use bicubic interpolation. |
174 |
| - - **l** to use bilinear interpolation. |
175 |
| - - **n** to use nearest-neighbor value (for example to plot |
176 |
| - categorical data). |
177 |
| -
|
178 |
| - The following modifiers are supported: |
179 |
| -
|
180 |
| - - **+a** to switch off antialiasing (where supported) [default uses |
181 |
| - antialiasing]. |
182 |
| - - **+b** to override boundary conditions used, by appending *g* for |
183 |
| - geographic, *p* for periodic, or *n* for natural boundary conditions. |
184 |
| - For the latter two you may append **x** or **y** to specify just one |
185 |
| - direction, otherwise both are assumed. |
186 |
| - - **+c** to clip the interpolated grid to input z-min/z-max |
187 |
| - [default may exceed limits]. |
188 |
| - - **+t** to control how close to nodes with NaNs the interpolation |
189 |
| - will go based on *threshold*. A *threshold* of 1.0 requires all |
190 |
| - (4 or 16) nodes involved in interpolation to be non-NaN. For example, |
191 |
| - 0.5 will interpolate about half way from a non-NaN value and 0.1 will |
192 |
| - go about 90% of the way [default is 0.5].""", |
| 167 | + interpolation : str |
| 168 | + [**b**\|\ **c**\|\ **l**\|\ **n**][**+a**][**+b**\ *BC*][**+c**]\ |
| 169 | + [**+t**\ *threshold*]. |
| 170 | + Select interpolation mode for grids. |
| 171 | +
|
| 172 | + - **b** to use B-spline smoothing. |
| 173 | + - **c** to use bicubic interpolation. |
| 174 | + - **l** to use bilinear interpolation. |
| 175 | + - **n** to use nearest-neighbor value (for example to plot |
| 176 | + categorical data). |
| 177 | +
|
| 178 | + The following modifiers are supported: |
| 179 | +
|
| 180 | + - **+a** to switch off antialiasing (where supported) [default uses |
| 181 | + antialiasing]. |
| 182 | + - **+b** to override boundary conditions used, by appending *g* for |
| 183 | + geographic, *p* for periodic, or *n* for natural boundary |
| 184 | + conditions. For the latter two you may append **x** or **y** to |
| 185 | + specify just one direction, otherwise both are assumed. |
| 186 | + - **+c** to clip the interpolated grid to input z-min/z-max |
| 187 | + [default may exceed limits]. |
| 188 | + - **+t** to control how close to nodes with NaNs the interpolation |
| 189 | + will go based on *threshold*. A *threshold* of 1.0 requires all |
| 190 | + (4 or 16) nodes involved in interpolation to be non-NaN. For |
| 191 | + example, 0.5 will interpolate about half way from a non-NaN value |
| 192 | + and 0.1 will go about 90% of the way [default is 0.5].""", |
193 | 193 | "p": r"""
|
194 | 194 | perspective : list or str
|
195 | 195 | [**x**\|\ **y**\|\ **z**]\ *azim*\[/*elev*\[/*zlevel*]]\
|
|
0 commit comments