trackViewer icon indicating copy to clipboard operation
trackViewer copied to clipboard

legend font size

Open ngs-seqer opened this issue 1 year ago • 1 comments

How can I change font size in the plot (esp. lolliplot)?

For example, I want to keep the default font for the main plot, but use smaller one for the legend --- i.e. "block1 / 2 /3" in the lolliplot (https://www.bioconductor.org/packages/devel/bioc/vignettes/trackViewer/inst/doc/lollipopPlot.html)

Let me know. Thanks!

ngs-seqer avatar May 25 '23 18:05 ngs-seqer

You may want to try features$cex <- rep(0.5, length(features)) Let me know if it does not work.

jianhong avatar Jun 05 '23 18:06 jianhong

You may want to try features$cex <- rep(0.5, length(features)) Let me know if it does not work.

It worked. Thank you!

wlyucl avatar Jul 31 '24 14:07 wlyucl