我在下面绘制了一个箭头,虽然我认为它有点大。我怎样才能使它更薄更小?谢谢
for i in range(len(x)):
plt.annotate(df.index[i],xy=(x[i],y[i]),xytext=(x[i]+1.31,y[i]-0.55),arrowprops=dict(facecolor='blue', shrink=0.1))
我在下面绘制了一个箭头,虽然我认为它有点大。我怎样才能使它更薄更小?谢谢
for i in range(len(x)):
plt.annotate(df.index[i],xy=(x[i],y[i]),xytext=(x[i]+1.31,y[i]-0.55),arrowprops=dict(facecolor='blue', shrink=0.1))