MCPcopy
hub / github.com/matplotlib/matplotlib / test_nonstring_label

Function test_nonstring_label

lib/matplotlib/tests/test_container.py:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34
35def test_nonstring_label():
36 # Test for #26824
37 plt.bar(np.arange(10), np.random.rand(10), label=1)
38 plt.legend()
39
40
41def test_barcontainer_position_centers__bottoms__tops():

Callers

nothing calls this directly

Calls 2

barMethod · 0.45
legendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…