Python:GGplot geom_histogram计算为概率

时间:2018-07-31 04:08:23

标签: python python-ggplot

如何在y轴上绘制带有百分比的直方图。下面的代码:

    from ggplot import *
    p = ggplot(pdf, aes(x="_c29")) + geom_histogram()

我必须在geom_histogram中使用什么参数?我不想使用geom_density()。谢谢!

0 个答案:

没有答案