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

Function test_eventplot_legend

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

Source from the content-addressed store, hash-verified

8117
8118
8119def test_eventplot_legend():
8120 plt.eventplot([1.0], label='Label')
8121 plt.legend()
8122
8123
8124@pytest.mark.parametrize('err, args, kwargs, match', (

Callers

nothing calls this directly

Calls 2

eventplotMethod · 0.80
legendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…