MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_empty_fancyarrow

Function test_empty_fancyarrow

lib/matplotlib/tests/test_patches.py:1108–1111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1106
1107
1108def test_empty_fancyarrow():
1109 fig, ax = plt.subplots()
1110 arrow = ax.arrow([], [], [], [])
1111 assert arrow is not None
1112
1113
1114def test_patch_edgegapcolor_getter_setter():

Callers

nothing calls this directly

Calls 2

arrowMethod · 0.80
subplotsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…