Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_invalid
Function · 0.45
test_LogNorm_inverse
Function · 0.45
test_FuncNorm
Function · 0.45
_inverse_tester
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected