Entering edit mode
4.1 years ago
Laven9
•
0
Recently, when I plot by R, all the plots I got have no X axis and Y axis, by default. It just happened suddenly and I really need helps.
I was following "seraut":
plot1 <- FeatureScatter(pbmc, feature1 = "nCount_RNA", feature2 = "percent.mt")
And I got my plot with no axis.
As I was checking, I found axis.line.X of plot1 is NULL. And so as axis.line.Y
also can't ggplot2 work.
but it can work fine with plot(1:5, 1:5)
without any more information (code, reproducible dataset/example, figures) we can not help you. Please edit your question accordingly
How is this related to bioinformatics rather than an R programming issue?
Likely Seurat tutorial.