Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/cheatsheets
/ text
Function
text
scripts/anatomy.py:73–76 ·
view source on GitHub ↗
(x, y, text)
Source
from the content-addressed store, hash-verified
71
72
73
def
text(x, y, text):
74
ax.text(x, y, text, backgroundcolor=
"white"
,
75
# fontname="Yanone Kaffeesatz", fontsize="large",
76
ha=
'center'
, va=
'top'
, weight=
"regular"
, color=
'#000099'
)
77
78
79
# Minor tick
Callers
1
anatomy.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected