@@ -26,11 +26,12 @@ def timestamp(
26
26
r"""
27
27
Plot the GMT timestamp logo.
28
28
29
- Add the GMT timestamp logo with an optional label at the bottom-left corner of a
30
- plot with an offset of ``("-54p", "-54p")``. The timestamp will be in the locale set
31
- by the environment variable :term:`TZ` (generally local time but can be changed via
32
- ``os.environ["TZ"]``) and its format is controlled by the ``timefmt`` parameter. It
33
- can also be replaced with any custom text string using the ``text`` parameter.
29
+ Add the GMT timestamp logo with an optional label at the bottom-left corner relative
30
+ to the current plot origin, with an offset of ``("-54p", "-54p")``. The timestamp
31
+ will be in the locale set by the environment variable :term:`TZ` (generally local
32
+ time but can be changed via ``os.environ["TZ"]``) and its format is controlled by
33
+ the ``timefmt`` parameter. It can also be replaced with any custom text string using
34
+ the ``text`` parameter.
34
35
35
36
Parameters
36
37
----------
@@ -41,12 +42,9 @@ def timestamp(
41
42
label
42
43
The text string shown after the GMT timestamp logo.
43
44
justify
44
- Justification of the timestamp box relative to the plot's bottom-left corner
45
- (i.e., the plot origin). Give a two-character code that is a combination of a
46
- horizontal (**L**\ (eft), **C**\ (enter), or **R**\ (ight)) and a vertical
47
- (**T**\ (op), **M**\ (iddle), or **B**\ (ottom)) code. For example,
48
- ``justify="TL"`` means choosing the **T**\ op **L**\ eft point of the timestamp
49
- as the anchor point.
45
+ Specify a :doc:`2-character justification code </techref/justification_codes>`
46
+ for the timestamp box relative to the current plot origin. The default is the
47
+ Bottom Left (``"BL"``) corner.
50
48
offset
51
49
*offset* or (*offset_x*, *offset_y*).
52
50
Offset the anchor point of the timestamp box by *offset_x* and *offset_y*. If a
0 commit comments