|
40 | 40 | color : str or 1d array
|
41 | 41 | Select color or pattern for filling of symbols or polygons. Default
|
42 | 42 | is no fill.""",
|
| 43 | + "I": r""" |
| 44 | + spacing : str |
| 45 | + *xinc*\ [**+e**\|\ **n**][/\ *yinc*\ [**+e**\|\ **n**]]. |
| 46 | + *x_inc* [and optionally *y_inc*] is the grid spacing. |
| 47 | +
|
| 48 | + - **Geographical (degrees) coordinates**: Optionally, append an |
| 49 | + increment unit. Choose among **m** to indicate arc minutes or |
| 50 | + **s** to indicate arc seconds. If one of the units **e**, **f**, |
| 51 | + **k**, **M**, **n** or **u** is appended instead, the increment |
| 52 | + is assumed to be given in meter, foot, km, mile, nautical mile or |
| 53 | + US survey foot, respectively, and will be converted to the |
| 54 | + equivalent degrees longitude at the middle latitude of the region |
| 55 | + (the conversion depends on :gmt-term:`PROJ_ELLIPSOID`). If |
| 56 | + *y_inc* is given but set to 0 it will be reset equal to *x_inc*; |
| 57 | + otherwise it will be converted to degrees latitude. |
| 58 | +
|
| 59 | + - **All coordinates**: If **+e** is appended then the corresponding |
| 60 | + max *x* (*east*) or *y* (*north*) may be slightly adjusted to fit |
| 61 | + exactly the given increment [by default the increment may be |
| 62 | + adjusted slightly to fit the given domain]. Finally, instead of |
| 63 | + giving an increment you may specify the *number of nodes* desired |
| 64 | + by appending **+n** to the supplied integer argument; the |
| 65 | + increment is then recalculated from the number of nodes, the |
| 66 | + *registration*, and the domain. The resulting increment value |
| 67 | + depends on whether you have selected a gridline-registered or |
| 68 | + pixel-registered grid; see :gmt-docs:`GMT File Formats |
| 69 | + <cookbook/file-formats.html#gmt-file-formats>` for details. |
| 70 | +
|
| 71 | + **Note**: If ``region=grdfile`` is used then the grid spacing and |
| 72 | + the registration have already been initialized; use ``spacing`` and |
| 73 | + ``registration`` to override these values.""", |
43 | 74 | "V": """\
|
44 | 75 | verbose : bool or str
|
45 | 76 | Select verbosity level [Default is **w**], which modulates the messages
|
|
0 commit comments