Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のような棒グラフがあるとします
ggplot(mtcars, aes(factor(cyl)))+geom_bar()
ここで、それぞれ cyl = 4,6,8 に対して count = 5,4,6 で水平線をオーバーレイしたいと考えています。各線は、オーバーレイされるバーの幅にまたがる必要があります。どうすればこれを達成できますか?