摘要: 1,plt.style.use('ggplot') #使用R语言的图像配色方案 2,for a,b in zip(x,y): plt.text(a,b+1,'%.0f'%b,ha='center',va='bottom',fontsize=12) #为柱状图和折线图添加数据标签,x为array类型, 阅读全文
posted @ 2019-10-08 22:32 数据--熊 阅读(198) 评论(0) 推荐(0)