This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Strange plots I got from R studio

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)

r

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?

I was following "seraut"

Likely Seurat tutorial.

0 answers

No answers yet.

Log in to answer this question.