Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/matplotlib/matplotlib
/ inverted
Method
inverted
lib/matplotlib/scale.py:355–356 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
353
return
out
354
355
def
inverted(self):
356
return
InvertedLogTransform(self.base)
357
358
359
class
InvertedLogTransform(Transform):
Callers
15
contains
Method · 0.45
get_cursor_data
Method · 0.45
make_image
Method · 0.45
make_layout_margins
Function · 0.45
make_margin_suptitles
Function · 0.45
get_pos_and_bbox
Function · 0.45
contains
Method · 0.45
contains
Method · 0.45
inverse
Method · 0.45
add_lines
Method · 0.45
get_text_bounds
Method · 0.45
_get_grid_bbox
Method · 0.45
Calls
1
InvertedLogTransform
Class · 0.85
Tested by
no test coverage detected