访问seaborn distplot

时间:2015-07-30 14:58:58

标签: python matplotlib histogram seaborn

在pyplot的hist()函数中,我们能够访问直方图区间的值(通过返回n);是否可以从Seaborn's distplot访问相同的信息? Seaborn只返回一个轴对象。

最终,我想在直方图的顶部并置一个线图,它总结了数据箱中的计数。

1 个答案:

答案 0 :(得分:5)

为了完整性,numpy.histogram正是我所寻找的!