gpt4 book ai didi

r - 在 R ggplot 中,有没有办法在条形之间创建没有填充颜色和垂直边框的直方图?

转载 作者:行者123 更新时间:2023-12-04 09:29:29 24 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Hollow histogram or binning for geom_step

(7 个回答)


6年前关闭。




像下面显示的直方图:

plot
(来源:cern.ch)

最佳答案

也许与 geom_step

library('ggplot2')

set.seed(1)
x <- unlist(Map(rpois, 20, 4:1 * 5))
qplot(seq_along(x), x, geom = 'step')

enter image description here

关于r - 在 R ggplot 中,有没有办法在条形之间创建没有填充颜色和垂直边框的直方图?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29954755/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com