Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ text
Method
text
lib/matplotlib/widgets.py:1576–1577 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1574
1575
@property
1576
def
text(self):
1577
return
self.text_disp.get_text()
1578
1579
def
_rendercursor(self):
1580
# this is a hack to figure out where the cursor should go.
Callers
15
make_icon
Function · 0.45
_repr_png_
Method · 0.45
add
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
_init_layout
Method · 0.45
__init__
Method · 0.45
math_to_image
Function · 0.45
figtext
Function · 0.45
text
Function · 0.45
demo
Method · 0.45
Calls
1
get_text
Method · 0.45
Tested by
1
test_rotation_mode
Function · 0.36