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:673–674 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
671
return
self.linear_width * np.sinh(values / self.linear_width)
672
673
def
inverted(self):
674
return
AsinhTransform(self.linear_width)
675
676
677
class
AsinhScale(ScaleBase):
Callers
nothing calls this directly
Calls
1
AsinhTransform
Class · 0.85
Tested by
no test coverage detected