We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71117c commit ecc9232Copy full SHA for ecc9232
1 file changed
examples/gallery/embellishments/paragraph.py
@@ -4,8 +4,13 @@
4
5
To plot longer text as one or several paragraphs the :meth:`pygmt.Figure.paragraph`
6
method can be used. The ``parwidth`` and ``linespacing`` parameters allow to set
7
-the line length and spacing of the paragraph, respectively.` Two paragraphs are
8
-automatically separated by a blank line.
+the line length and spacing of the paragraph, respectively.` The desired text can
+be provided using two ways to indicate a new paragraph:
9
+
10
+(1) a single string separated by a blank line
11
+(2) a list of strings
12
13
+During plotting the paragraphs are automatically separated by a blank line.
14
15
For details on text formatting see the gallery example
16
:doc:`Text formatting </gallery/embellishments/text_formatting>`.
0 commit comments