Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ transform
Method
transform
lib/matplotlib/tests/test_axes.py:8537–8538 ·
view source on GitHub ↗
(self, values)
Source
from the content-addressed store, hash-verified
8535
self.dx = dx
8536
8537
def
transform(self, values):
8538
return
values + self.dx
8539
8540
def
inverted(self):
8541
return
_Translation(-self.dx)
Callers
15
_get_rorigin
Method · 0.45
draw
Method · 0.45
format_coord
Method · 0.45
start_pan
Method · 0.45
drag_pan
Method · 0.45
_get_affine_transform
Method · 0.45
transform_path_non_affine
Method · 0.45
draw_gouraud_triangles
Method · 0.45
draw_text
Method · 0.45
draw_gouraud_triangles
Method · 0.45
draw_tex
Method · 0.45
draw_gouraud_triangles
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected