据我所知,直方图函数中的选项Log = True仅指y轴.
P.hist(d,bins=50,log=True,alpha=0.5,color='b',histtype='step')
我需要垃圾箱在log10中等间隔.有什么东西能做到吗?
python numpy matplotlib histogram
histogram ×1
matplotlib ×1
numpy ×1
python ×1