MCPcopy
hub / github.com/matplotlib/matplotlib / set_transform

Method set_transform

lib/matplotlib/table.py:108–111  ·  view source on GitHub ↗
(self, t)

Source from the content-addressed store, hash-verified

106 horizontalalignment=loc, verticalalignment='center')
107
108 def set_transform(self, t):
109 super().set_transform(t)
110 # the text does not get the transform!
111 self.stale = True
112
113 def set_figure(self, fig):
114 super().set_figure(fig)

Callers 15

drawMethod · 0.45
update_positionsMethod · 0.45
__init__Method · 0.45
set_patch_arcMethod · 0.45
set_patch_circleMethod · 0.45
set_positionMethod · 0.45
reposition_colorbarFunction · 0.45
_apply_paramsMethod · 0.45
set_label_coordsMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 3

test_agg_filterFunction · 0.36
test_rotate_imageFunction · 0.36