Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ inverted
Method
inverted
lib/matplotlib/scale.py:265–266 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
263
return
self._forward(values)
264
265
def
inverted(self):
266
return
FuncTransform(self._inverse, self._forward)
267
268
269
class
FuncScale(ScaleBase):
Callers
nothing calls this directly
Calls
1
FuncTransform
Class · 0.85
Tested by
no test coverage detected