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.
当使用 ..prop.. 在 R 条形图中显示百分比时,有没有办法在条形图的顶部显示文本标签的百分比?
mpg%>% ggplot(aes(x=manufacturer,y=..prop..,group=1))+geom_bar()