Replies: 2 comments
-
Im having the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi , I had the same issue and figured out this could be due to how featureplot determines xlim and ylim in lines 221 and 222 of the function:
If you modify these two lines by removing the floor and ceiling parts, it may solve the problem:
Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I don't know why but my plot with the function FeaturePlot is very little while my plot on PCA (Dimplot) is normal.. The last week, i don't have this problem..
My code is: FeaturePlot(Seurat_mat_J0, reduction = "pca",features="nCount_RNA",max.cutoff='q80')
Beta Was this translation helpful? Give feedback.
All reactions