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)


暂无数据