Skip to content

Commit 3a48d4d

Browse files
authored
cstype="inside" is the default
1 parent eaa0a50 commit 3a48d4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygmt/src/inset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def inset(
127127
... )
128128
...
129129
>>> # Map elements outside the "with" statement are plotted in the main figure
130-
>>> fig.logo(position=Position("BR", cstype="inside", offset=0.2), width="3c")
130+
>>> fig.logo(position=Position("BR", offset=0.2), width="3c")
131131
>>> fig.show()
132132
"""
133133
self._activate_figure()

0 commit comments

Comments
 (0)