【发布时间】:2011-05-06 12:30:17
【问题描述】:
我正在尝试使用带有 quiver 函数的 matploblib 绘制一些箭头。但我想使用数组单独选择每个箭头的长度。
http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.quiver http://matplotlib.sourceforge.net/examples/pylab_examples/quiver_demo.html
在这些演示和文档中,表明您可以根据单位(x,y,宽度,高度,xy,英寸,...)按比例更改比例,有没有办法为每个箭头定义比例?
【问题讨论】:
标签: python matplotlib