You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix computation of the intersection between a line and a prospective
legend position by passing ``filled=False`` to ``line.intersects_bbox``.
This fixes autopositioning of the legend e.g. with
plt.plot([0, 0, 1, 1, 0], [0, 1, 1, 0, 0], label="foo")
plt.legend()
where the legend should be placed "inside" the area enclosed by the
line.
0 commit comments