阅读背景:

使用注释在matplotlib中创建箭头

来源:互联网 

I'm annotating my plot with

我正在诠释我的情节

plt.annotate(
    '30.2',
    xy=(3, y),
    xycoords='data',
    xytext=(3, y - 5),
    textcoords='data',
    arrowprops=dict(facecolor='black', arrowstyle="->")
)
plt.a



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: