We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba63f1a commit a2271a2Copy full SHA for a2271a2
1 file changed
pygmt/src/timestamp.py
@@ -22,7 +22,7 @@ def timestamp(
22
font: str = "Helvetica,black",
23
timefmt: str = "%Y %b %d %H:%M:%S",
24
):
25
- r"""
+ """
26
Plot the GMT timestamp logo.
27
28
Add the GMT timestamp logo with an optional label at the bottom-left corner relative
@@ -37,7 +37,8 @@ def timestamp(
37
text
38
If ``None``, the current UNIX timestamp is shown in the GMT timestamp logo. Set
39
this parameter to replace the UNIX timestamp with a custom text string instead.
40
- The text must be no longer than 64 characters.
+ The text must be no longer than 64 characters; longer strings are truncated and
41
+ raise a :class:`RuntimeWarning`.
42
label
43
The text string shown after the GMT timestamp logo.
44
justify
0 commit comments