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:377–378 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
375
return
np.exp(values * np.log(self.base))
376
377
def
inverted(self):
378
return
LogTransform(self.base)
379
380
381
class
LogScale(ScaleBase):
Callers
nothing calls this directly
Calls
1
LogTransform
Class · 0.85
Tested by
no test coverage detected