Stat ="身份"

时间:2016-12-13 21:55:04

标签: r ggplot2 bar-chart stat stacked

我使用以下任一代码:

ggplot(f.df, aes(x = educ, y = CVD, fill = CURSMOKE)) + geom_bar(stat = "identity")

ggplot(f.df, aes(x = educ, y = CIGPDAY, fill = CVD)) + geom_bar(stat = "identity")

生产堆积的条形图。但是,stat = "identity"不会导致两种不同的颜色明显分开,而是将它们分散在整个横条上(它在视觉上更有意义)。

Image of weird Bar Chart

Data Example

0 个答案:

没有答案