MCPcopy 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
3344class MultiNorm(Norm):

Callers 4

inverseMethod · 0.45
_sig_digits_from_normMethod · 0.45
_process_valuesMethod · 0.45
_meshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected