Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
def
test_stem_remove():
7
ax = plt.gca()
8
st = ax.stem([1, 2], [1, 2])
9
st.remove()
10
11
12
def
test_errorbar_remove():
Callers
nothing calls this directly
Calls
3
gca
Method · 0.80
stem
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…