We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af72e6f commit bc6f1e8Copy full SHA for bc6f1e8
pygmt/helpers/decorators.py
@@ -19,6 +19,7 @@
19
is the first plot command.""",
20
"J": r"""projection : str
21
*projection*\ [*projection-specific arguments*\ ]\ *figure size*.
22
+
23
Select map projection. This is a required argument if this
24
25
"B": """frame : bool or str or list
@@ -48,6 +49,7 @@
48
49
Shift plot origin in x-direction.
50
51
yshift : str
52
53
[**a**\|\ **c**\|\ **f**\|\ **r**\][*yshift*].
54
Shift plot origin in y-direction. Full documentation is at
55
:gmt-docs:`gmt.html#xy-full`.""",
0 commit comments