Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ test_nonuniformimage_setnorm
Function
test_nonuniformimage_setnorm
lib/matplotlib/tests/test_image.py:765–768 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
763
764
765
def
test_nonuniformimage_setnorm():
766
ax = plt.gca()
767
im = NonUniformImage(ax)
768
im.set_norm(plt.Normalize())
769
770
771
def
test_jpeg_2d():
Callers
nothing calls this directly
Calls
3
set_norm
Method · 0.95
NonUniformImage
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…