Skip to content

Commit 6393047

Browse files
committed
Update distcalc doc
1 parent 2fe9720 commit 6393047

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pygmt/helpers/decorators.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
*projection*\ [*projection-specific arguments*\ ]\ *figure size*.
2222
Select map projection. This is a required argument if this
2323
is the first plot command.""",
24-
"B": r"""frame : str or list
24+
"B": """frame : bool or str or list
2525
Set map boundary frame and axes attributes.""",
2626
"U": r"""timestamp : bool or str
2727
Draw GMT time stamp logo on plot.""",
28-
"CPT": r"""cmap : str
28+
"CPT": """cmap : str
2929
File name of a CPT file or ``C='color1,color2[,color3,...]'`` to
3030
build a linear continuous CPT from those colors automatically.""",
31-
"G": r"""color : str
31+
"G": """color : str
3232
Select color or pattern for filling of symbols or polygons. Default
3333
is no fill.""",
34-
"V": r"""verbose : str
34+
"V": """verbose : str
3535
Select verbosity level [Default is w], which modulates the messages
3636
written to stderr. Choose among 7 levels of verbosity:
3737
- **q** - Quiet, not even fatal error messages are produced
@@ -41,7 +41,7 @@
4141
- **i** - Informational messages (same as "verbose=True")
4242
- **c** - Compatibility warnings
4343
- **d** - Debugging messages""",
44-
"W": r"""pen : str
44+
"W": """pen : str
4545
Set pen attributes for lines or the outline of symbols.""",
4646
"XY": r"""xshift : str
4747
[**a**\|\ **c**\|\ **f**\|\ **r**\][*xshift*].
@@ -52,7 +52,7 @@
5252
Shift plot origin in y-direction. Full documentation is at
5353
:gmt-docs:`gmt.html#xy-full`.""",
5454
"j": r"""distcalc : str
55-
``e|f|g``.
55+
**e**\|\ **f**\|\ **g**.
5656
Determine how spherical distances are calculated.
5757
- **e** - Ellipsoidal (or geodesic) mode
5858
- **f** - Flat Earth mode

0 commit comments

Comments
 (0)