MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / transform

Method transform

lib/matplotlib/transforms.py:2180–2182  ·  view source on GitHub ↗
(self, values)

Source from the content-addressed store, hash-verified

2178 return self._mtx
2179
2180 def transform(self, values):
2181 # docstring inherited
2182 return np.asanyarray(values)
2183
2184 def transform_affine(self, values):
2185 # docstring inherited

Callers 2

_adjust_locationMethod · 0.95
drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected