File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
"""
7
7
8
8
###############################################################################
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,
14
14
# controlled via the `borderpad` parameter.
15
15
16
16
import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments