Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ norm
Function
norm
lib/mpl_toolkits/mplot3d/art3d.py:1742–1743 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1740
out_norm = mcolors.Normalize(0.3, 1).inverse
1741
1742
def
norm(x):
1743
return
out_norm(in_norm(x))
1744
1745
shade[~mask] = 0
1746
Callers
15
_shade_colors
Function · 0.85
test_surface3d_masked
Function · 0.85
shade
Method · 0.85
_sig_digits_from_norm
Method · 0.85
_proportional_y
Method · 0.85
streamplot
Function · 0.85
test_quadmesh_vmin_vmax
Function · 0.85
test_CenteredNorm
Function · 0.85
test_lognorm_invalid
Function · 0.85
test_LogNorm_inverse
Function · 0.85
test_PowerNorm
Function · 0.85
test_Normalize
Function · 0.85
Calls
no outgoing calls
Tested by
15
test_surface3d_masked
Function · 0.68
test_quadmesh_vmin_vmax
Function · 0.68
test_CenteredNorm
Function · 0.68
test_lognorm_invalid
Function · 0.68
test_LogNorm_inverse
Function · 0.68
test_PowerNorm
Function · 0.68
test_Normalize
Function · 0.68
test_FuncNorm
Function · 0.68
test_TwoSlopeNorm_autoscale_None_vmin
Function · 0.68
test_TwoSlopeNorm_autoscale_None_vmax
Function · 0.68
test_TwoSlopeNorm_scale
Function · 0.68
test_TwoSlopeNorm_scaleout_center
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…