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

Function test_quiver_animate

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

Source from the content-addressed store, hash-verified

103
104@image_comparison(['quiver_animated_test_image.png'], style='mpl20')
105def test_quiver_animate():
106 # Tests fix for #2616
107 fig, ax = plt.subplots()
108 Q = draw_quiver(ax, animated=True)
109 ax.quiverkey(Q, 0.5, 0.88, 2, r'$2 \frac{m}{s}$',
110 labelpos='W', fontproperties={'weight': 'bold'})
111
112
113@image_comparison(['quiver_with_key_test_image.png'], style='mpl20')

Callers

nothing calls this directly

Calls 3

draw_quiverFunction · 0.85
quiverkeyMethod · 0.80
subplotsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…