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

Function test_quiver_single

lib/matplotlib/tests/test_quiver.py:128–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126@image_comparison(['quiver_single_test_image.png'], remove_text=True,
127 style='_classic_test')
128def test_quiver_single():
129 fig, ax = plt.subplots()
130 ax.margins(0.1)
131 ax.quiver([1], [1], [2], [2])
132
133
134def test_quiver_copy():

Callers

nothing calls this directly

Calls 3

subplotsMethod · 0.45
marginsMethod · 0.45
quiverMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…