Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ ann
Function
ann
galleries/examples/axisartist/simple_axis_pad.py:60–63 ·
view source on GitHub ↗
(ax1, d)
Source
from the content-addressed store, hash-verified
58
59
60
def
ann(ax1, d):
61
ax1.annotate(d, (0.5, 1), (5, -5),
62
xycoords=
"axes fraction"
, textcoords=
"offset points"
,
63
va=
"top"
, ha=
"center"
)
64
65
66
ax1 = setup_axes(fig, rect=231)
Callers
1
simple_axis_pad.py
File · 0.85
Calls
1
annotate
Method · 0.80
Tested by
no test coverage detected