Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ inverted
Method
inverted
site-packages/matplotlib/scale.py:178–179 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
176
self.base = base
177
178
def
inverted(self):
179
return
InvertedLogTransform(self.base)
180
181
182
class
InvertedLogTransform(InvertedLogTransformBase):
Callers
15
update_coords
Method · 0.45
_make_image
Method · 0.45
do_constrained_layout
Function · 0.45
_make_layout_margins
Function · 0.45
contains
Method · 0.45
_get_pixel_distance_along_axis
Method · 0.45
contains
Method · 0.45
_get_pixel_distance_along_axis
Method · 0.45
tick_values
Method · 0.45
draw
Method · 0.45
get_path
Method · 0.45
_rendercursor
Method · 0.45
Calls
1
InvertedLogTransform
Class · 0.85
Tested by
no test coverage detected