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

Method get_transform

lib/matplotlib/patches.py:313–315  ·  view source on GitHub ↗

Return the `~.transforms.Transform` applied to the `Patch`.

(self)

Source from the content-addressed store, hash-verified

311 return self.get_path().get_extents(self.get_transform())
312
313 def get_transform(self):
314 """Return the `~.transforms.Transform` applied to the `Patch`."""
315 return self.get_patch_transform() + artist.Artist.get_transform(self)
316
317 def get_data_transform(self):
318 """

Callers 11

get_vertsMethod · 0.95
containsMethod · 0.95
contains_pointMethod · 0.95
contains_pointsMethod · 0.95
get_extentsMethod · 0.95
drawMethod · 0.95
get_window_extentMethod · 0.95
get_data_transformMethod · 0.45
drawMethod · 0.45
get_pathMethod · 0.45

Calls 1

get_patch_transformMethod · 0.95

Tested by

no test coverage detected