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

Method set_y

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

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

(self, y)

Source from the content-addressed store, hash-verified

1139 self.stale = True
1140
1141 def set_y(self, y):
1142 """
1143 Set the *y* position of the text.
1144
1145 Parameters
1146 ----------
1147 y : float
1148 """
1149 self._y = y
1150 self.stale = True
1151
1152 def set_rotation(self, s):
1153 """

Callers 14

set_positionMethod · 0.95
set_titleMethod · 0.45
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
claMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected