Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_text
Method · 0.95
draw
Method · 0.95
get_window_extent
Method · 0.95
get_tightbbox
Method · 0.95
update_positions
Method · 0.45
get_label_text
Method · 0.45
set_ticklabels
Method · 0.45
get_suptitle
Method · 0.45
get_supxlabel
Method · 0.45
get_supylabel
Method · 0.45
set_active
Method · 0.45
get_checked_labels
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_locator_set_formatter
Function · 0.36
_create_auto_date_locator
Function · 0.36
test_change_converter
Function · 0.36
test_change_interval_multiples
Function · 0.36
test_table_dataframe
Function · 0.36
include
Function · 0.36
test_colorbar_log_minortick_labels
Function · 0.36
test_colorbar_format
Function · 0.36
test_clabel
Method · 0.36
test_reverse_legend_handles_and_labels
Function · 0.36
test_legend_title_empty
Function · 0.36
test_plot_multiple_input_multiple_label
Function · 0.36