Open antonkratz opened 1 day ago
How can I remove the y axis label (" sample.gr")?
try names(trackList)[i] <- "".
names(trackList)[i] <- ""
I will try to make it neat in development version.
How can I remove the y axis label (" sample.gr")?