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 a75f22c commit fb916cfCopy full SHA for fb916cf
pygmt/src/logo.py
@@ -5,6 +5,7 @@
5
from pygmt.alias import Alias, AliasSystem
6
from pygmt.clib import Session
7
from pygmt.helpers import build_arg_list, fmt_docstring, kwargs_to_strings, use_alias
8
+from pygmt.params import Box
9
10
11
@fmt_docstring
@@ -25,7 +26,7 @@ def logo(
25
26
length=None,
27
height=None,
28
offset=None,
- box=None,
29
+ box: Box | str | None = None,
30
**kwargs,
31
):
32
r"""
@@ -48,7 +49,7 @@ def logo(
48
49
[**g**\|\ **j**\|\ **J**\|\ **n**\|\ **x**]\ *refpoint*\
50
**+w**\ *width*\ [**+j**\ *justify*]\ [**+o**\ *dx*\ [/*dy*]].
51
Set reference point on the map for the image.
- box : bool or str
52
+ box
53
If set to ``True``, draw a rectangular border around the
54
GMT logo.
55
style : str
0 commit comments