摘要: 1、示例1 代码 import numpy as npimport matplotlib.pyplot as plt # 生成数据 np.random.seed(42) v = np.random.normal(0, 1, 500) plt.hist(x = v, bins=20, color='k 阅读全文
posted @ 2020-01-16 21:07 赏尔 阅读(250) 评论(0) 推荐(0) 编辑