Axes.indicate_inset_zoom¶
-
Axes.indicate_inset_zoom(alpha=None, lw=None, linewidth=None, color=None, edgecolor=None, **kwargs)[source]¶ Called automatically when using
insetwithzoom=True. Likeindicate_inset_zoom, but refreshes the lines at draw-time.This method is called from the inset axes, not the parent 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.
color, edgecolor (color-spec, optional) – The color of the zoom lines and box outline.
**kwargs – Passed to
indicate_inset.