()
| 750 | |
| 751 | |
| 752 | def test_nargs_stem(): |
| 753 | with pytest.raises(TypeError, match='0 were given'): |
| 754 | # stem() takes 1-3 arguments. |
| 755 | plt.stem() |
| 756 | |
| 757 | |
| 758 | def test_nargs_legend(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…