We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a028634 commit 2cfb303Copy full SHA for 2cfb303
pygmt/src/text.py
@@ -24,14 +24,20 @@
24
D="offset",
25
G="fill",
26
N="no_clip",
27
+ U="timestamp",
28
V="verbose",
29
W="pen",
30
X="xshift",
31
Y="yshift",
32
+ a="aspatial",
33
c="panel",
34
+ e="find",
35
f="coltypes",
36
+ h="header",
37
+ i="incols",
38
p="perspective",
39
t="transparency",
40
+ w="wrap",
41
)
42
@kwargs_to_strings(
43
R="sequence",
@@ -141,14 +147,20 @@ def text_(
141
147
style = solid].
142
148
no_clip : bool
143
149
Do NOT clip text at map boundaries [Default is will clip].
150
+ {U}
144
151
{V}
145
152
{XY}
153
+ {a}
146
154
{c}
155
+ {e}
156
{f}
157
+ {h}
158
+ {i}
159
{p}
160
{t}
161
*transparency* can also be a 1d array to set varying transparency
162
for texts, but this option is only valid if using x/y/text.
163
+ {w}
164
"""
165
166
# pylint: disable=too-many-locals
0 commit comments