()
| 1590 | |
| 1591 | @pytest.mark.filterwarnings("ignore:No artists with labels found to put in legend") |
| 1592 | def test_legend_nolabels_draw(): |
| 1593 | plt.plot([1, 2, 3]) |
| 1594 | plt.legend() |
| 1595 | assert plt.gca().get_legend() is not None |
| 1596 | |
| 1597 | |
| 1598 | def test_legend_loc_polycollection(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…