在matplotlib中,boxplot方法用于绘制箱体图,基本用法如下. plt.boxplot(x=np.random.normal(size=1000)). 输出结果如下. boxplot方法常用的参数有 ...
確定! 回上一頁