Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 19d8be7

Browse filesBrowse files
committed
DOC: fix broken link in inset-locator example
1 parent bc39b1c commit 19d8be7
Copy full SHA for 19d8be7

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎examples/axes_grid1/inset_locator_demo.py

Copy file name to clipboardExpand all lines: examples/axes_grid1/inset_locator_demo.py
+5-5Lines changed: 5 additions & 5 deletions
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 `~mpl_toolkits.axes_grid1.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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.