MCPcopy 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_roriginMethod · 0.45
drawMethod · 0.45
format_coordMethod · 0.45
start_panMethod · 0.45
drag_panMethod · 0.45
_get_affine_transformMethod · 0.45
draw_textMethod · 0.45
draw_texMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected