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

Function test_fill_between_input

lib/matplotlib/tests/test_axes.py:1292–1295  ·  view source on GitHub ↗
(x, y1, y2)

Source from the content-addressed store, hash-verified

1290 ]
1291)
1292def test_fill_between_input(x, y1, y2):
1293 fig, ax = plt.subplots()
1294 with pytest.raises(ValueError):
1295 ax.fill_between(x, y1, y2)
1296
1297
1298@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 2

subplotsMethod · 0.45
fill_betweenMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…