MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_stairs_invalid_mismatch

Function test_stairs_invalid_mismatch

lib/matplotlib/tests/test_axes.py:2774–2776  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2772
2773
2774def test_stairs_invalid_mismatch():
2775 with pytest.raises(ValueError, match='Size mismatch'):
2776 plt.stairs([1, 2], [0, 1])
2777
2778
2779def test_stairs_invalid_update():

Callers

nothing calls this directly

Calls 1

stairsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…