Hi, i'm trying to plot the UMAP of cell cycle phases using the plot_emb_circle_scale function. However, the plot seems really blurry with a bad quality. Can't find a way to improve it. I converted my Seurat object into a SCE one, so my UMAPs produced with Seurat are really HQ compared to cell cycle one. Is there something i am missing?
here's the code
plot_emb_circle_scale(
sce,
color_by = "tricyclePosition",
facet_by = NULL,
dimred = "umap.cca",
dim = seq_len(2),
fig.title = NULL,
point.size = 1.2,
point.alpha = 0.6,
x_lab = "UMAP1",
y_lab = "UMAP2",
hue.colors = c("#2E22EA", "#9E3DFB", "#F86BE2", "#FCCE7B", "#C4E416", "#4BBA0F",
"#447D87", "#2C24E9"),
hue.n = 1000,
plot.legend = FALSE
)
And here's the image. There's no improvement in downloading it as pdf, still blurry.
Thanks in advance!

Hi, i'm trying to plot the UMAP of cell cycle phases using the plot_emb_circle_scale function. However, the plot seems really blurry with a bad quality. Can't find a way to improve it. I converted my Seurat object into a SCE one, so my UMAPs produced with Seurat are really HQ compared to cell cycle one. Is there something i am missing?
here's the code
plot_emb_circle_scale(
sce,
color_by = "tricyclePosition",
facet_by = NULL,
dimred = "umap.cca",
dim = seq_len(2),
fig.title = NULL,
point.size = 1.2,
point.alpha = 0.6,
x_lab = "UMAP1",
y_lab = "UMAP2",
hue.colors = c("#2E22EA", "#9E3DFB", "#F86BE2", "#FCCE7B", "#C4E416", "#4BBA0F",
"#447D87", "#2C24E9"),
hue.n = 1000,
plot.legend = FALSE
)
And here's the image. There's no improvement in downloading it as pdf, still blurry.
Thanks in advance!