2019年6月15日
摘要: 每次都是记不住# plot 绘制连线plt.plot(x,y, ls = ':', c ="gray")# scatter 绘制散点图plt.scatter(x,y,c = "blue", marker = 'o', s = 20) # 绘画ls(线的形状) c(线的颜色)# plt.plot(x, 阅读全文
posted @ 2019-06-15 20:12 黄山一叶 阅读(160) 评论(0) 推荐(0)