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:563–565 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
561
return
out
562
563
def
inverted(self):
564
return
SymmetricalLogTransform(self.base,
565
self.linthresh, self.linscale)
566
567
568
class
SymmetricalLogScale(ScaleBase):
Callers
2
invlinthresh
Method · 0.95
transform_non_affine
Method · 0.95
Calls
1
SymmetricalLogTransform
Class · 0.85
Tested by
no test coverage detected