MCPcopy
hub / github.com/matplotlib/matplotlib / get_text

Method get_text

lib/matplotlib/text.py:1022–1024  ·  view source on GitHub ↗

Return the text string.

(self)

Source from the content-addressed store, hash-verified

1020 return self._x, self._y
1021
1022 def get_text(self):
1023 """Return the text string."""
1024 return self._text
1025
1026 def get_verticalalignment(self):
1027 """

Callers 15

_get_wrapped_textMethod · 0.95
drawMethod · 0.95
get_window_extentMethod · 0.95
get_tightbboxMethod · 0.95
update_positionsMethod · 0.45
get_label_textMethod · 0.45
set_ticklabelsMethod · 0.45
get_suptitleMethod · 0.45
get_supxlabelMethod · 0.45
get_supylabelMethod · 0.45
set_activeMethod · 0.45
get_checked_labelsMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_change_converterFunction · 0.36
test_table_dataframeFunction · 0.36
includeFunction · 0.36
test_colorbar_formatFunction · 0.36
test_clabelMethod · 0.36
test_legend_title_emptyFunction · 0.36