热线电话:13121318867

登录
2019-02-20 阅读量: 653
annotate:对图片上的某些点做标注
plt.annotate('threshold point', xy = (4, 1), xytext = (3, 1.8))
# annotate参数说明:'threshold point’:标注文本,可以随意替换;
# xy = (4, 1) :所要标注的点的坐标;
# xytext= (3, 1.8):标注文本所在位置 ;
0.0000
3
关注作者
收藏
评论(0)

发表评论

暂无数据