如何使用matplotlib' annotate'?创建箭头的方形结束?

时间:2016-09-07 21:46:35

标签: python matplotlib

我的Python代码中有很多地方,我使用matplotlib' s annotate来绘制一般形式的箭头

out_arrow = dict(arrowstyle='-', color=path_color, linewidth=4)    
ax.annotate('', xy=(x, y), xytext=(p, q), arrowprops=out_arrow)

但是所有这些箭头都有圆角,我需要它们是正方形(箭头经常邻接,在这种情况下我需要它们看起来是连续的)。

如何使用annotate创建的箭头的方形结束?

0 个答案:

没有答案