Add an inset indicator to the Axes. This is a rectangle on the plot at the position indicated by bounds that optionally has lines that connect the rectangle to an inset Axes (Axes.inset_axes
).
Lower-left corner of rectangle to be marked, and its width and height.
Axes
An optional inset Axes to draw connecting lines to. Two lines are drawn connecting the indicator box to the inset Axes on corners chosen so as to not overlap with the indicator box.
Transform
Transform for the rectangle coordinates. Defaults to ax.transAxes
, i.e. the units of rect are in Axes-relative coordinates.
Facecolor of the rectangle.
Color of the rectangle and color of the connecting lines.
Transparency of the rectangle and connector lines.
Drawing order of the rectangle and connector lines. The default, 4.99, is just below the default level of inset Axes.
Other keyword arguments are passed on to the Rectangle
patch:
Property | Description |
---|---|
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array | |
scalar or None | |
unknown | |
bool | |
| bool or None |
(left, bottom, width, height) | |
| |
bool | |
Patch or (Path, Transform) or None | |
color | |
| color or None |
| color or None |
bool | |
str | |
{'/', '\', '|', '-', '+', 'x', 'o', 'O', '.', '*'} | |
unknown | |
bool | |
| |
object | |
| {'-', '--', '-.', ':', '', (offset, on-off-seq), ...} |
| float or None |
None or bool or float or callable | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
str | |
bool | |
unknown | |
unknown | |
(float, float) | |
unknown | |
float |
patches.Rectangle
The indicator frame.
patches.ConnectionPatch
The four connector lines connecting to (lower_left, upper_left, lower_right upper_right) corners of inset_ax. Two lines are set with visibility to False, but the user can set the visibility to True if the automatic choice is not deemed correct.
Warning
This method is experimental as of 3.0, and the API may change.
© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.5.1/api/_as_gen/matplotlib.axes.Axes.indicate_inset.html