()
| 103 | |
| 104 | @image_comparison(['quiver_animated_test_image.png'], style='mpl20') |
| 105 | def 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') |
nothing calls this directly
no test coverage detected
searching dependent graphs…