From e19bd8e2cd4e3323276cf4163f7ece53641b0d81 Mon Sep 17 00:00:00 2001 From: Yao Jiayuan Date: Sun, 14 Mar 2021 03:39:44 +0800 Subject: [PATCH] Tiny improvements for the inset gallery example (#1051) Co-authored-by: Michael Grund <23025878+michaelgrund@users.noreply.github.com> --- examples/gallery/embellishments/inset.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gallery/embellishments/inset.py b/examples/gallery/embellishments/inset.py index 8f549b00f49..a8c5490e8ff 100644 --- a/examples/gallery/embellishments/inset.py +++ b/examples/gallery/embellishments/inset.py @@ -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