相关疑难解决方法(0)

如何在Python直方图中使用对数bin

据我所知,直方图函数中的选项Log = True仅指y轴.

P.hist(d,bins=50,log=True,alpha=0.5,color='b',histtype='step')
Run Code Online (Sandbox Code Playgroud)

我需要垃圾箱在log10中等间隔.有什么东西能做到吗?

python numpy matplotlib histogram

74
推荐指数
3
解决办法
7万
查看次数

标签 统计

histogram ×1

matplotlib ×1

numpy ×1

python ×1