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