Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/matplotlib/matplotlib
/ test_colorbarbase
Function
test_colorbarbase
lib/matplotlib/tests/test_colorbar.py:327–330 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
325
326
327
def
test_colorbarbase():
328
# smoke test from #3805
329
ax = plt.gca()
330
Colorbar(ax, cmap=plt.colormaps[
"bone"
])
331
332
333
def
test_parentless_mappable():
Callers
nothing calls this directly
Calls
2
Colorbar
Class · 0.90
gca
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…