Axes.
indicate_inset
(bounds, inset_ax=None, *, transform=None, facecolor='none', edgecolor='0.5', alpha=0.5, zorder=4.99, **kwargs)[source]¶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
).
Parameters: | bounds : [x0, y0, width, height]
inset_ax :
transform :
facecolor : Matplotlib color
edgecolor : Matplotlib color
alpha : number
zorder : number
**kwargs
|
---|---|
Returns: | rectangle_patch:
connector_lines: 4-tuple of
|
Warning
This method is experimental as of 3.0, and the API may change.