摘要: 使用hist方法来绘制直方图: 绘制直方图,最主要的是一个数据集data和需要划分的区间数量bins,另外你也可以设置一些颜色、类型参数: plt.hist(np.random.randn(1000), bins=30,normed=True, alpha=0.5, histtype='stepfi 阅读全文
posted @ 2019-04-02 14:48 嗨学编程 阅读(9193) 评论(0) 推荐(0) 编辑