Entering edit mode
yuyaxuan0
•
0
@yuyaxuan0-10596
Last seen 8.5 years ago
Hi, How can I change the font size of the y axis title? So I want the "coverage" title with bigger font. Please see the image above.
plotTracks(list(itrack,gtrack,dTrack4,dTrack5),from=142299011,to=142813287,cex = 1.2,cex.axis=0.8,cex.main=2)
This is what I used for plotting. Thanks for the help!
Does changing the
cex.axis=0.8
to a larger number do anything?cex.axix only changes the y axis numbers..but not the axis title though..