Axes.indicate_inset_zoom¶
- Axes.indicate_inset_zoom(**kwargs)[source]¶
Draw lines indicating the zoom range of the inset axes. This is similar to the builtin
indicate_inset_zoomexcept lines are refreshed at draw-time. This is also called automatically whenzoom=Trueis passed toinset_axes.- Parameters
alpha (
float, optional) – The transparency of the zoom box fill.lw, linewidth (
float, optional) – The width of the zoom lines and box outline in points.ls, linestyle (
linestyle-spec, optional) – The line style for the zoom lines and box outline.ec, edgecolor (
color-spec, optional) – The color of the zoom lines and box outline.capstyle (
{'butt', 'round', 'projecting'}) – The cap style for the zoom lines and box outline.zorder (
float, optional) – The zorder of the zoom lines. Should be greater than the zorder of elements in the parent axes. Default is3.5.
- Other Parameters
**kwargs – Passed to
indicate_inset.