python散点图怎么设标签_python 散点图上给每个点打标签方便看到数据

原博文

2019-11-26 19:05 −

import numpy as np import matplotlib.pyplot as plt

x=[2.3,4.5,3,7,6.5,4,5.3] y=[5,4,7,5,5.3,5.5,6.2] n=np.arange(7)

fig,ax=plt.subplots() ax.scat...

comment.png

0

attention.png

2810

相关推荐

2019-12-22 18:56 −

调试过程中遇到的问题,继上一篇博文!

(1)爬取第一个页面之后名字链接页面存在分页情况

解决方案:根据子网页,选择合适的正则表达式,获取页面数,根据页面数自动生成换页URL

(2)测试过程中某些网页数据...

comment.png

1

attention.png

147

2019-12-25 21:47 −

基础知识点

基础教程

https://www

你可能感兴趣的:(python散点图怎么设标签)