MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / set_x

Method set_x

site-packages/matplotlib/text.py:1130–1139  ·  view source on GitHub ↗

Set the *x* position of the text. Parameters ---------- x : float

(self, x)

Source from the content-addressed store, hash-verified

1128 self.set_y(xy[1])
1129
1130 def set_x(self, x):
1131 """
1132 Set the *x* position of the text.
1133
1134 Parameters
1135 ----------
1136 x : float
1137 """
1138 self._x = x
1139 self.stale = True
1140
1141 def set_y(self, y):
1142 """

Callers 10

set_positionMethod · 0.95
drawMethod · 0.45
get_window_extentsMethod · 0.45
update_positionMethod · 0.45
_do_cell_alignmentMethod · 0.45
_offsetMethod · 0.45
_releaseMethod · 0.45
_set_span_xyMethod · 0.45
draw_shapeMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected