Skip to content

Commit

Permalink
Update text.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgrund authored Jan 8, 2025
1 parent 0bc7b37 commit 3dc9776
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pygmt/src/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ def text_( # noqa: PLR0912
**i** for inches, or **p** for points; if not given we consult
:gmt-term:`PROJ_LENGTH_UNIT`) or *%* for a percentage of the font
size. Optionally, use modifier **+t** to set the shape of the text
box when using ``fill`` and/or ``pen``. Append lower case **o**
to get a straight rectangle [Default is **o**]. Append upper case
box when using ``fill`` and/or ``pen``. Append lowercase **o**
to get a straight rectangle [Default is **o**]. Append uppercase
**O** to get a rounded rectangle. In paragraph mode (*paragraph*)
you can also append lower case **c** to get a concave rectangle or
append upper case **C** to get a convex rectangle.
you can also append lowercase **c** to get a concave rectangle or
append uppercase **C** to get a convex rectangle.
fill : str
Set color for filling text boxes [Default is no fill].
offset : str
Expand Down

0 comments on commit 3dc9776

Please sign in to comment.