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

Method set_y

lib/matplotlib/text.py:1378–1387  ·  view source on GitHub ↗

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

(self, y)

Source from the content-addressed store, hash-verified

1376 self.stale = True
1377
1378 def set_y(self, y):
1379 """
1380 Set the *y* position of the text.
1381
1382 Parameters
1383 ----------
1384 y : float
1385 """
1386 self._y = y
1387 self.stale = True
1388
1389 def set_rotation(self, s):
1390 """

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
_draw_shapeMethod · 0.45
_draw_shapeMethod · 0.45
clearMethod · 0.45
spyMethod · 0.45
matshowMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_spy_boxFunction · 0.36