Skip to content

Commit 38476fd

Browse files
authored
Merge pull request matplotlib#11717 from jklymak/doc-fix-broken-link-il
DOC: fix broken link in inset-locator example
2 parents 3448de3 + dec1c0e commit 38476fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/axes_grid1/inset_locator_demo.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"""
77

88
###############################################################################
9-
# The `.inset_locator`'s `~.axes_grid1.inset_axes` allows to easily place
10-
# insets in the corners of the axes by specifying a width and height and
11-
# optionally a location (loc) which accepts locations as codes, similar to
12-
# `~matplotlib.axes.Axes.legend`.
13-
# By default, the inset is offset by some points from the axes - this is
9+
# The `.inset_locator`'s `~.inset_locator.inset_axes` allows
10+
# easily placing insets in the corners of the axes by specifying a width and
11+
# height and optionally a location (loc) that accepts locations as codes,
12+
# similar to `~matplotlib.axes.Axes.legend`.
13+
# By default, the inset is offset by some points from the axes,
1414
# controlled via the `borderpad` parameter.
1515

1616
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)