File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1616import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments