clusterProfiler icon indicating copy to clipboard operation
clusterProfiler copied to clipboard

Change Font Size of Dot Plot's Features

Open jennymaga opened this issue 2 years ago • 1 comments

Hi,

I have generated a Dot plot with the following code:

DotPlot(Left_Ventricle_Seurat_Object_modified, features = features,col.min = 0, col.max = 2) + RotatedAxis()+theme(legend.position = "bottom", legend.text = element_text(size=8), legend.title = element_text(size = 6), legend.key.width = unit(0.6, 'cm'))

How can I change the font size of the features?

Thanks,

Jenny

jennymaga avatar Dec 06 '23 20:12 jennymaga

It is not clear to me how your question relates to the dotplot function from clusterProfiler / enrichplot...

I guess you posted at the wrong GitHub page; you rather should do this at the seurat pages... https://satijalab.org/seurat/reference/dotplot

guidohooiveld avatar Dec 10 '23 16:12 guidohooiveld