Closed
Description
Bug summary
Quiver plot issue matching key label color with arrow color
Code for reproduction
q=plt.quiver([1, 2,], [1, 1], [[49],[49]], [0],
[[(0.6, 0.8, 0.5, 1.0 )],
[(0.3, 0.1, 0.2, 1.0 )]],
angles=[[45],[90]],
)
plt.quiverkey(q, .5, .5, 7, r'vector2', labelcolor=(0.3, 0.1, .2, 1), labelpos='S', coordinates = 'figure')
Actual outcome
Expected outcome
The key label color and a vector are both set to (0.3, 0.1, .2, 1) but their colors are different.
Matplotlib version
- Operating system: Ubuntu 18.04
- Matplotlib version: 3.0.3
- Matplotlib backend: TkAgg
- Python version: 3.6
- Jupyter version (if applicable):
- Other libraries:
pip3 install matplotlib