We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cf332 commit 5b62dd8Copy full SHA for 5b62dd8
examples/gallery/symbols/text_symbols.py
@@ -2,6 +2,14 @@
2
Text symbols
3
------------
4
The :meth:`pygmt.Figure.plot` method allows to plot text symbols.
5
+
6
+A text symbol can be drawn by passing **l**\ *size*\ **+t**\ *string* to
7
+the ``style`` parameter where *size* defines the size of the text symbol
8
+(note: the size is only approximate; no individual scaling is done for
9
+different characters) and *string* can be a letter or a text string
10
+(less than 256 characters). Optionally, you can append **+f**\ *font* select
11
+a particular font [Default is FONT_ANNOT_PRIMARY] as well as **+j**\ *justify*
12
+to change the justification [Default is CM].
13
"""
14
15
import pygmt
0 commit comments