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

Function test_stem_remove

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

Source from the content-addressed store, hash-verified

4
5
6def test_stem_remove():
7 ax = plt.gca()
8 st = ax.stem([1, 2], [1, 2])
9 st.remove()
10
11
12def test_errorbar_remove():

Callers

nothing calls this directly

Calls 3

gcaMethod · 0.80
stemMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…