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

Function test_fill_betweenx_input

lib/matplotlib/tests/test_axes.py:1309–1312  ·  view source on GitHub ↗
(y, x1, x2)

Source from the content-addressed store, hash-verified

1307 ]
1308)
1309def test_fill_betweenx_input(y, x1, x2):
1310 fig, ax = plt.subplots()
1311 with pytest.raises(ValueError):
1312 ax.fill_betweenx(y, x1, x2)
1313
1314
1315@image_comparison(['fill_between_interpolate.png'], remove_text=True,

Callers

nothing calls this directly

Calls 2

fill_betweenxMethod · 0.80
subplotsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…