Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pygmt/src/paragraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def paragraph( # noqa: PLR0913

Multiple paragraphs can be provided as a sequence of strings, where each string
represents a separate paragraph, or as a single string with a blank line (``\n\n``)
separating the paragraphs.
separating the paragraphs. Please note the paragraphs typeset on the plot are not
separated by a blank line, but by starting a new line.

Full GMT docs at :gmt-docs:`text.html`.

Expand Down
Loading