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 2fadc3a commit b013f05Copy full SHA for b013f05
pygmt/src/inset.py
@@ -128,7 +128,8 @@ def inset(self, **kwargs):
128
... dcw="MG+gred",
129
... )
130
...
131
- >>> # Map elements outside the "with" block are plotted in the main figure
+ >>> # Map elements outside the "with" statement are plotted in the main
132
+ >>> # figure
133
>>> fig.logo(position="jBR+o0.2c+w3c")
134
>>> fig.show()
135
"""
0 commit comments