MCPcopy
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
327def test_colorbarbase():
328 # smoke test from #3805
329 ax = plt.gca()
330 Colorbar(ax, cmap=plt.colormaps["bone"])
331
332
333def test_parentless_mappable():

Callers

nothing calls this directly

Calls 2

ColorbarClass · 0.90
gcaMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…