|
23 | 23 | is the first plot command.""",
|
24 | 24 | "B": """frame : bool or str or list
|
25 | 25 | Set map boundary frame and axes attributes.""",
|
26 |
| - "U": r"""timestamp : bool or str |
| 26 | + "U": """timestamp : bool or str |
27 | 27 | Draw GMT time stamp logo on plot.""",
|
28 | 28 | "CPT": """cmap : str
|
29 | 29 | File name of a CPT file or ``C='color1,color2[,color3,...]'`` to
|
|
79 | 79 | the viewpoint. Default is [180, 90]. Full documentation is at
|
80 | 80 | :gmt-docs:`gmt.html#perspective-full`.""",
|
81 | 81 | "registration": r"""registration : str
|
82 |
| - ``[g|p]`` |
| 82 | + [**g**\|\ **p**]. |
83 | 83 | Force output grid to be gridline (g) or pixel (p) node registered.
|
84 | 84 | Default is gridline (g).""",
|
85 |
| - "t": r"""transparency : float |
| 85 | + "t": """transparency : float |
86 | 86 | Set transparency level, in [0-100] percent range.
|
87 | 87 | Default is 0, i.e., opaque.
|
88 | 88 | Only visible when PDF or raster format output is selected.
|
89 | 89 | Only the PNG format selection adds a transparency layer
|
90 | 90 | in the image (for further processing).""",
|
91 | 91 | "x": r"""cores : int
|
92 |
| - ``[[-]n]``. |
| 92 | + [[**-**\]\ *n*]. |
93 | 93 | Limit the number of cores to be used in any OpenMP-enabled
|
94 | 94 | multi-threaded algorithms. By default we try to use all available
|
95 | 95 | cores. Set a number *n* to only use n cores (if too large it will
|
|
0 commit comments