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

Function test_eventplot_errors

lib/matplotlib/tests/test_axes.py:8144–8146  ·  view source on GitHub ↗
(err, args, kwargs, match)

Source from the content-addressed store, hash-verified

8142 'colors and positions are unequal sized sequences'),
8143))
8144def test_eventplot_errors(err, args, kwargs, match):
8145 with pytest.raises(err, match=match):
8146 plt.eventplot(*args, **kwargs)
8147
8148
8149def test_bar_broadcast_args():

Callers

nothing calls this directly

Calls 1

eventplotMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…