Axes.indicate_inset_zoom

Axes.indicate_inset_zoom(alpha=None, lw=None, linewidth=None, zorder=3.5, color=None, edgecolor=None, **kwargs)[source]

Called automatically when using inset with zoom=True. Like indicate_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.

  • zorder (float, optional) – The zorder of the axes, should be greater than the zorder of elements in the parent axes. Default is 3.5.

  • **kwargs – Passed to indicate_inset.