Matplotlib学习—用seaborn画直方图/核密度图(histogram, kdeplot)

由于直方图受组距(bin size)影响很大,设置不同的组距可能会产生完全不同的可视化结果。因此我们可以用密度平滑估计来更好地反映数据的真实特征。具体可参见这篇文章:https://blog … Continue reading Matplotlib学习—用seaborn画直方图/核密度图(histogram, kdeplot)