MCPcopy 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
817def test_arrow_empty():
818 _, ax = plt.subplots()
819 # Create an empty FancyArrow
820 ax.arrow(0, 0, 0, 0, head_length=0)
821
822
823def test_arrow_in_view():

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…