jianhong / trackViewer

A bioconductor package with minimalist design for drawing elegant tracks or lollipop plot
https://jianhong.github.io/trackViewer/
66 stars 16 forks source link

How can I remove the y axis label (" sample.gr")? #40

Open antonkratz opened 1 day ago

antonkratz commented 1 day ago

How can I remove the y axis label (" sample.gr")?

jianhong commented 1 day ago

try names(trackList)[i] <- "".

I will try to make it neat in development version.