Reordering Groups in Raincloud Plot

后端 未结 0 1120
清歌不尽
清歌不尽 2021-02-20 07:42

Currently, I have a plot that looks like this:


df <- ToothGrowth

df %>% 
  ggplot(aes(x = supp, y = len, fill = supp)) + 
  geom_flat_violin(position = po         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题