网站 PicGo
github Molunerfinn/PicGo: 🚀A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder PicGo/Awesome-PicGo: A collection of awesome projects using PicGo.
设置 AcccessKey (AK) SecretKey(SK) 在个人中心&…
1.简单散点图
#散点图
#scatter(x,y) x数据,y数据
x[i for i in range(10)]
y[random.randint(1,10) for i in range(10)]
plt.scatter(x,y)
plt.show()2.散点图分析 #分析广告支出与销售收入相关性
dfcarpd.read_excel(广告支出.xlsx)
dfdatapd.read_excel(销售…