Skip to content

Commit 10c3553

Browse files
committed
Clarify the default logo size in docstrings
1 parent 264784a commit 10c3553

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pygmt/src/pygmtlogo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ def pygmtlogo( # noqa: PLR0913
305305
width
306306
height
307307
Width or height of the PyGMT logo. Since the aspect ratio is fixed, only one of
308-
the two can be specified.
308+
the two can be specified. If not specified, the default size of the visual logo
309+
is set to 2 cm.
309310
box
310311
Draw a background box behind the logo. If set to ``True``, a simple rectangular
311312
box is drawn using :gmt-term:`MAP_FRAME_PEN`. To customize the box appearance,

0 commit comments

Comments
 (0)