ggscatterstats作图warning:`stat_bin()` using `bins = 30`. Pick better value with `binwidth

在运行这行代码是:ggstatsplot::ggscatterstats(data = exprSet,x = FOXA1,y = ESR1,marginal.type = "boxplot")
一直出现:stat_bin() using bins = 30. Pick better value with binwidth.
结果:不能作出箱线图。