Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504f619 commit 7997f4dCopy full SHA for 7997f4d
1 file changed
lib/matplotlib/tests/test_legend.py
@@ -589,6 +589,4 @@ def test_no_warn_big_data_when_loc_specified():
589
with pytest.warns(None) as records:
590
l = ax.legend('best')
591
fig.canvas.draw()
592
- # The _find_best_position method of Legend is called twice, duplicating
593
- # the warning message.
594
assert len(records) == 0
0 commit comments