Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ arrow
Function
arrow
doc/_embedded_plots/axes_margins.py:16–18 ·
view source on GitHub ↗
(p1, p2, **props)
Source
from the content-addressed store, hash-verified
14
15
16
def
arrow(p1, p2, **props):
17
ax.annotate(
""
, p1, p2,
18
arrowprops=dict(arrowstyle=
"<->"
, shrinkA=0, shrinkB=0, **props))
19
20
21
axmin, axmax = ax.get_xlim()
Callers
1
axes_margins.py
File · 0.70
Calls
1
annotate
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…