Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
7677
def
test_broken_barh_empty():
7678
fig, ax = plt.subplots()
7679
ax.broken_barh([], (.1, .5))
7680
7681
7682
def
test_broken_barh_timedelta():
Callers
nothing calls this directly
Calls
2
broken_barh
Method · 0.80
subplots
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…