Skip to content

Commit e78445a

Browse files
committed
Image test angle kwarg on quiverkey
1 parent 2c2ff2d commit e78445a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

lib/matplotlib/tests/test_quiver.py

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def test_quiver_with_key():
9595

9696
qk = ax.quiverkey(Q, 0.5, 0.95, 2,
9797
r'$2\, \mathrm{m}\, \mathrm{s}^{-1}$',
98+
angle=-10,
9899
coordinates='figure',
99100
labelpos='W',
100101
fontproperties={'weight': 'bold',

0 commit comments

Comments
 (0)