Skip to content

Commit e19bd8e

Browse files
Tiny improvements for the inset gallery example (#1051)
Co-authored-by: Michael Grund <[email protected]>
1 parent aaee599 commit e19bd8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gallery/embellishments/inset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
The :meth:`pygmt.Figure.inset` method adds an inset figure inside a larger
66
figure. The function is called using a ``with`` statement, and its position,
7-
box, offset, and margin parameters are set. Within the ``with`` statement,
8-
PyGMT plotting functions can be called that add to the inset figure.
7+
box, offset, and margin parameters are set. Plotting methods called within the
8+
``with`` statement are applied to the inset figure.
99
"""
1010
import pygmt
1111

0 commit comments

Comments
 (0)