0
私は、次のmatplotlibのコードを持っている:Pythonのmatplotlibの:バーの上にカウント数を追加
はそれを追加することが可能である:
ax = my_df.plot(x='arrival_month', y='my_count' ,kind='bar', figsize = (20,10), fontsize = 16, color = 'b', alpha = 0.3)
ax.set_xticklabels([t.get_text().split(" ")[0] for t in ax.get_xticklabels()])
ax.set_ylim([-50,300])
plt.show()
は図を生成しますバーの上の数字を数える:
ありがとう!
上
ax.annotate('(%s, %s)' % xy, xy=xy, textcoords='data')
をループ状