YuLab-SMU / clusterProfiler

:bar_chart: A universal enrichment tool for interpreting omics data
https://yulab-smu.top/biomedical-knowledge-mining-book/
1k stars 252 forks source link

Change Font Size of Dot Plot's Features #647

Open jennymaga opened 9 months ago

jennymaga commented 9 months ago

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

guidohooiveld commented 9 months ago

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