matplotlib画直方图细解 matplotlib画直方图细解 一、总结 一句话总结: n1, bins1, patches1 = plt.hist(x1, bins=50, density=True, color=& … 继续阅读 matplotlib画直方图细解