Skip to content

Commit 1cb524c

Browse files
Improve comment for inline example
1 parent 4a9c09b commit 1cb524c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pygmt/src/pygmtlogo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ def pygmtlogo( # noqa: PLR0913
314314
>>> fig.pygmtlogo()
315315
>>> fig.show()
316316
317-
Plot the PyGMT logo with the wordmark "PyGMT" at the right side in the Bottom Right
318-
corner on an existing basemap:
317+
Plot the PyGMT logo with the wordmark "PyGMT" with a height of 1 centimeter at the
318+
right side in the Bottom Right corner on an existing basemap:
319319
320320
>>> fig = pygmt.Figure()
321321
>>> fig.basemap(region=[-90, -70, 0, 20], projection="M10c", frame=True)

0 commit comments

Comments
 (0)