MCPcopy 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
16def arrow(p1, p2, **props):
17 ax.annotate("", p1, p2,
18 arrowprops=dict(arrowstyle="<->", shrinkA=0, shrinkB=0, **props))
19
20
21axmin, axmax = ax.get_xlim()

Callers 1

axes_margins.pyFile · 0.70

Calls 1

annotateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…