There was an error while loading. Please reload this page.
2 parents 50c6717 + 6d4e601 commit 702aedaCopy full SHA for 702aeda
1 file changed
lib/matplotlib/axes/_axes.py
@@ -452,8 +452,10 @@ def indicate_inset(self, bounds, inset_ax=None, *, transform=None,
452
edgecolor : :mpltype:`color`, default: '0.5'
453
Color of the rectangle and color of the connecting lines.
454
455
- alpha : float, default: 0.5
456
- Transparency of the rectangle and connector lines.
+ alpha : float or None, default: 0.5
+ Transparency of the rectangle and connector lines. If not
457
+ ``None``, this overrides any alpha value included in the
458
+ *facecolor* and *edgecolor* parameters.
459
460
zorder : float, default: 4.99
461
Drawing order of the rectangle and connector lines. The default,
0 commit comments