Help:how to draw picture by using ggplot2?saying thatfacet_grid() is deprecated as of ggplot2 2.2.0.
#10220
-
|
excuse me,i just want to draw dotpolt library(stringr) markers_list <- list( p <- DotPlot(pbmc5020, features = markers_list) + RotatedAxis() I always defeat!And R studio tell me:
Backtrace:
actually. i have tried devtools::install_version("ggplot2", version = "3.4.4") but i failed .It is useless. What should I do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, these issues are fixed in newest Seurat release on CRAN and main branch here on GitHub. Updating Seurat will resolve the issue. Best, |
Beta Was this translation helpful? Give feedback.
Hi,
these issues are fixed in newest Seurat release on CRAN and main branch here on GitHub. Updating Seurat will resolve the issue.
Best,
Sam