Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ inverse
Method
inverse
lib/matplotlib/colors.py:3338–3341 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
3336
return
value
3337
3338
def
inverse(self, value):
3339
if
np.iterable(value):
3340
return
np.ma.array(value)
3341
return
value
3342
3343
3344
class
MultiNorm(Norm):
Callers
4
inverse
Method · 0.45
_sig_digits_from_norm
Method · 0.45
_process_values
Method · 0.45
_mesh
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected