Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ inverted
Method
inverted
lib/matplotlib/tests/test_axes.py:8540–8541 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8538
return
values + self.dx
8539
8540
def
inverted(self):
8541
return
_Translation(-self.dx)
8542
8543
8544
@image_comparison([
'secondary_xy.png'
], style=
'mpl20'
,
Callers
15
apply_aspect
Method · 0.45
handle_single_axis
Method · 0.45
_update_title_position
Method · 0.45
format_coord
Method · 0.45
_prepare_view_from_bbox
Method · 0.45
start_pan
Method · 0.45
set_functions
Method · 0.45
test__buttons_callbacks
Function · 0.45
test_slider_horizontal_vertical
Function · 0.45
test_range_slider
Function · 0.45
test_range_slider_same_init_values
Function · 0.45
_get_simplified
Function · 0.45
Calls
1
_Translation
Class · 0.85
Tested by
no test coverage detected