|
21 | 21 | *projection*\ [*projection-specific arguments*\ ]\ *figure size*.
|
22 | 22 | Select map projection. This is a required argument if this
|
23 | 23 | is the first plot command.""",
|
24 |
| - "B": r"""frame : str or list |
| 24 | + "B": """frame : bool or str or list |
25 | 25 | Set map boundary frame and axes attributes.""",
|
26 | 26 | "U": r"""timestamp : bool or str
|
27 | 27 | Draw GMT time stamp logo on plot.""",
|
28 |
| - "CPT": r"""cmap : str |
| 28 | + "CPT": """cmap : str |
29 | 29 | File name of a CPT file or ``C='color1,color2[,color3,...]'`` to
|
30 | 30 | build a linear continuous CPT from those colors automatically.""",
|
31 |
| - "G": r"""color : str |
| 31 | + "G": """color : str |
32 | 32 | Select color or pattern for filling of symbols or polygons. Default
|
33 | 33 | is no fill.""",
|
34 |
| - "V": r"""verbose : str |
| 34 | + "V": """verbose : str |
35 | 35 | Select verbosity level [Default is w], which modulates the messages
|
36 | 36 | written to stderr. Choose among 7 levels of verbosity:
|
37 | 37 | - **q** - Quiet, not even fatal error messages are produced
|
|
41 | 41 | - **i** - Informational messages (same as "verbose=True")
|
42 | 42 | - **c** - Compatibility warnings
|
43 | 43 | - **d** - Debugging messages""",
|
44 |
| - "W": r"""pen : str |
| 44 | + "W": """pen : str |
45 | 45 | Set pen attributes for lines or the outline of symbols.""",
|
46 | 46 | "XY": r"""xshift : str
|
47 | 47 | [**a**\|\ **c**\|\ **f**\|\ **r**\][*xshift*].
|
|
52 | 52 | Shift plot origin in y-direction. Full documentation is at
|
53 | 53 | :gmt-docs:`gmt.html#xy-full`.""",
|
54 | 54 | "j": r"""distcalc : str
|
55 |
| - ``e|f|g``. |
| 55 | + **e**\|\ **f**\|\ **g**. |
56 | 56 | Determine how spherical distances are calculated.
|
57 | 57 | - **e** - Ellipsoidal (or geodesic) mode
|
58 | 58 | - **f** - Flat Earth mode
|
|
0 commit comments