Skip to content

Commit

Permalink
Tiny improvements for the inset gallery example (#1051)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Grund <[email protected]>
  • Loading branch information
core-man and michaelgrund authored Mar 13, 2021
1 parent aaee599 commit e19bd8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gallery/embellishments/inset.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
The :meth:`pygmt.Figure.inset` method adds an inset figure inside a larger
figure. The function is called using a ``with`` statement, and its position,
box, offset, and margin parameters are set. Within the ``with`` statement,
PyGMT plotting functions can be called that add to the inset figure.
box, offset, and margin parameters are set. Plotting methods called within the
``with`` statement are applied to the inset figure.
"""
import pygmt

Expand Down

0 comments on commit e19bd8e

Please sign in to comment.