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

Method get_data_transform

lib/matplotlib/patches.py:317–322  ·  view source on GitHub ↗

Return the `~.transforms.Transform` mapping data coordinates to physical coordinates.

(self)

Source from the content-addressed store, hash-verified

315 return self.get_patch_transform() + artist.Artist.get_transform(self)
316
317 def get_data_transform(self):
318 """
319 Return the `~.transforms.Transform` mapping data coordinates to
320 physical coordinates.
321 """
322 return artist.Artist.get_transform(self)
323
324 def get_patch_transform(self):
325 """

Callers 5

_update_connectorsMethod · 0.80
get_text_boundsMethod · 0.80
_auto_legend_dataMethod · 0.80
update_fromMethod · 0.80
drawMethod · 0.80

Calls 1

get_transformMethod · 0.45

Tested by

no test coverage detected