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

Method get_transform

lib/matplotlib/markers.py:344–352  ·  view source on GitHub ↗

Return the transform to be applied to the `.Path` from `MarkerStyle.get_path()`.

(self)

Source from the content-addressed store, hash-verified

342 return self._path
343
344 def get_transform(self):
345 """
346 Return the transform to be applied to the `.Path` from
347 `MarkerStyle.get_path()`.
348 """
349 if self._user_transform is None:
350 return self._transform.frozen()
351 else:
352 return (self._transform + self._user_transform).frozen()
353
354 def get_alt_path(self):
355 """

Callers 2

scatterMethod · 0.95

Calls 1

frozenMethod · 0.45

Tested by 1