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

Method get_position

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

Return the position of the text as a tuple (*x*, *y*)

(self)

Source from the content-addressed store, hash-verified

855 return x, y
856
857 def get_position(self):
858 "Return the position of the text as a tuple (*x*, *y*)"
859 # This should return the same data (possible unitized) as was
860 # specified with 'set_x' and 'set_y'.
861 return self._x, self._y
862
863 def get_prop_tup(self, renderer=None):
864 """

Callers 15

_get_wrap_line_widthMethod · 0.95
xyannMethod · 0.45
_axes_posMethod · 0.45
_make_layout_marginsFunction · 0.45
set_offset_positionMethod · 0.45
removeMethod · 0.45
make_axesFunction · 0.45
auto_adjust_subplotparsFunction · 0.45

Calls

no outgoing calls