Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ test_arrow_empty
Function
test_arrow_empty
lib/matplotlib/tests/test_axes.py:817–820 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
815
816
817
def
test_arrow_empty():
818
_, ax = plt.subplots()
819
# Create an empty FancyArrow
820
ax.arrow(0, 0, 0, 0, head_length=0)
821
822
823
def
test_arrow_in_view():
Callers
nothing calls this directly
Calls
2
arrow
Method · 0.80
subplots
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…