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

Method inverse

lib/matplotlib/tests/test_colors.py:1854–1855  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

1852 return value / 2
1853
1854 def inverse(self, value):
1855 return 2 * value
1856
1857 def autoscale(self, A):
1858 pass

Callers 4

test_lognorm_invalidFunction · 0.45
test_LogNorm_inverseFunction · 0.45
test_FuncNormFunction · 0.45
_inverse_testerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected