When I save a tSNE plot with a large amount of points, I want to convert all the points in the plot to a PNG file while the remainder of the image (axes, labels, all text) remain as vector graphics. How could I do such things?
(I know that the Dimplot function in Seurat package can do this with parameter vector.friendly = TRUE)