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 aaee599 commit e19bd8eCopy full SHA for e19bd8e
examples/gallery/embellishments/inset.py
@@ -4,8 +4,8 @@
4
5
The :meth:`pygmt.Figure.inset` method adds an inset figure inside a larger
6
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.
+box, offset, and margin parameters are set. Plotting methods called within the
+``with`` statement are applied to the inset figure.
9
"""
10
import pygmt
11
0 commit comments