How to change the font size of Y axis title of datatrack
1
0
Entering edit mode
yuyaxuan0 • 0
@yuyaxuan0-10596
Last seen 8.0 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!

GVIZ • 1.3k views
ADD COMMENT
0
Entering edit mode

Does changing the cex.axis=0.8 to a larger number do anything?

ADD REPLY
0
Entering edit mode

cex.axix only changes the y axis numbers..but not the axis title though..

ADD REPLY
1
Entering edit mode
@james-w-macdonald-5106
Last seen 53 minutes ago
United States
plotTracks(list(itrack,gtrack,dTrack4,dTrack5),from=142299011,to=142813287,cex = 1.2,cex.axis=0.8,cex.main=2, cex.title = 3)

This is under the help page for settings. See ?settings for more information.

ADD COMMENT
0
Entering edit mode

works! Thanks!

ADD REPLY

Login before adding your answer.

Traffic: 788 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6