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

Function test_broken_barh_empty

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

Source from the content-addressed store, hash-verified

7675
7676
7677def test_broken_barh_empty():
7678 fig, ax = plt.subplots()
7679 ax.broken_barh([], (.1, .5))
7680
7681
7682def test_broken_barh_timedelta():

Callers

nothing calls this directly

Calls 2

broken_barhMethod · 0.80
subplotsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…