Entering edit mode
Hi I was preparing Cnet plot for Enriched GO term. I want to increase the font size for Cnet plot. I tried par(cex=0.1) nothing changed. I tried many different values. My output file is png. Thanks
Hi I was preparing Cnet plot for Enriched GO term. I want to increase the font size for Cnet plot. I tried par(cex=0.1) nothing changed. I tried many different values. My output file is png. Thanks
Hi,
As far as I know clusterProfiler is using ggplot objects for plots. The par() function is used with the standard plotting functionality, but will not have any effect on ggplot plots. Try to read up on changing fonts when using ggplot2 and see if the functions for that can be used to modify the fonts in your plots.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.