Skip to content

Commit

Permalink
Figure.inset: Improve formulation of comment in inline example (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich authored Dec 26, 2023
1 parent 2fadc3a commit b013f05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygmt/src/inset.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ def inset(self, **kwargs):
... dcw="MG+gred",
... )
...
>>> # Map elements outside the "with" block are plotted in the main figure
>>> # Map elements outside the "with" statement are plotted in the main
>>> # figure
>>> fig.logo(position="jBR+o0.2c+w3c")
>>> fig.show()
"""
Expand Down

0 comments on commit b013f05

Please sign in to comment.