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

Function test_quiver_xy

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

Source from the content-addressed store, hash-verified

248
249@image_comparison(['quiver_xy.png'], remove_text=True, style='_classic_test')
250def test_quiver_xy():
251 # simple arrow pointing from SW to NE
252 fig, ax = plt.subplots(subplot_kw=dict(aspect='equal'))
253 ax.quiver(0, 0, 1, 1, angles='xy', scale_units='xy', scale=1)
254 ax.set_xlim(0, 1.1)
255 ax.set_ylim(0, 1.1)
256 ax.grid()
257
258
259def test_quiverkey_angles():

Callers

nothing calls this directly

Calls 5

subplotsMethod · 0.45
quiverMethod · 0.45
set_xlimMethod · 0.45
set_ylimMethod · 0.45
gridMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…