Parameters: |
- bounds : [x0, y0, width, height]
Lower-left corner of rectangle to be marked, and its width
and height.
- inset_ax :
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
Transform for the rectangle co-ordinates. Defaults to
ax.transAxes , i.e. the units of rect are in axes-relative
coordinates.
- facecolor : Matplotlib color
Facecolor of the rectangle (default 'none').
- edgecolor : Matplotlib color
Color of the rectangle and color of the connecting lines. Default
is '0.5'.
- alpha : number
Transparency of the rectangle and connector lines. Default is 0.5.
- zorder : number
Drawing order of the rectangle and connector lines. Default is 4.99
(just below the default level of inset axes).
- **kwargs
Other kwargs are passed on to the rectangle patch.
|