有没有办法在matplotlib颤抖中设置特定箭头的长度?

时间:2019-07-01 22:30:34

标签: python matplotlib

我编写这段代码是为了了解matplotlib颤抖的“ U”,“ V”,“ X”,“ Y”

f, a = plt.subplots(figsize=(6,6))
plt.quiver([0,0],[0,2],[1,1],[1,0],color= ['r','k'])
plt.grid(True)
plt.axis([-1,3,-1,3])

输出该数字

enter image description here

有没有办法像这样设置特定箭头(例如红色箭头)的长度

enter image description here

0 个答案:

没有答案