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:658–659 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
656
return
self.linear_width * np.arcsinh(values / self.linear_width)
657
658
def
inverted(self):
659
return
InvertedAsinhTransform(self.linear_width)
660
661
662
class
InvertedAsinhTransform(Transform):
Callers
1
test_transforms
Method · 0.95
Calls
1
InvertedAsinhTransform
Class · 0.85
Tested by
1
test_transforms
Method · 0.76