dre*_*cko 4 python plot matplotlib histogram
当使用hexbin具有对数刻度颜色(bins="log")的matplotlib创建二维直方图时,颜色条显示指数而不是值:
hexbin
bins="log"
如何在上图中的x和y轴上显示值和指数刻度线?
dre*_*cko 6
部分答案是使用norm=matplotlib.colors.LogNorm()而不是bins='log'.但这并没有显示较小的刻度线
norm=matplotlib.colors.LogNorm()
bins='log'
归档时间:
10 年,2 月 前
查看次数:
1217 次
最近记录: