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

Function test_nonuniformimage_setcmap

lib/matplotlib/tests/test_image.py:759–762  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

757
758
759def test_nonuniformimage_setcmap():
760 ax = plt.gca()
761 im = NonUniformImage(ax)
762 im.set_cmap('Blues')
763
764
765def test_nonuniformimage_setnorm():

Callers

nothing calls this directly

Calls 3

set_cmapMethod · 0.95
NonUniformImageClass · 0.90
gcaMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…