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

Function test_barh_tick_label

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

Source from the content-addressed store, hash-verified

2157
2158@image_comparison(['barh_tick_label.png'], style='mpl20')
2159def test_barh_tick_label():
2160 # From 2516: plot barh with array of string labels for y axis
2161 ax = plt.gca()
2162 ax.barh([1, 2.5], [1, 2], height=[0.2, 0.5], tick_label=['a', 'b'],
2163 align='center')
2164
2165
2166def test_bar_timedelta():

Callers

nothing calls this directly

Calls 2

gcaMethod · 0.80
barhMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…