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:522–524 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
520
return
out
521
522
def
inverted(self):
523
return
InvertedSymmetricalLogTransform(self.base, self.linthresh,
524
self.linscale)
525
526
527
class
InvertedSymmetricalLogTransform(Transform):
Callers
1
test_symlog_mask_nan
Function · 0.95
Calls
1
InvertedSymmetricalLogTransform
Class · 0.85
Tested by
1
test_symlog_mask_nan
Function · 0.76