Notched boxplots with ggplotly (from ggplot)

前端 未结 0 1946
孤街浪徒
孤街浪徒 2021-01-12 07:51

I can easily make notched boxplot with ggplot:

df <- data.frame(X = rep(c(\'A\',\'B\'),each = 50), Y = rnorm(100))
plt <- ggplot(df, aes(x = X, y = Y))          


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