[R] font size for xlab

jim holtman jholtman at gmail.com
Thu Oct 19 02:51:10 CEST 2006


try:

plot(prattpercent,uttspercent, xlab="")
title(xlab="Testing", cex.lab=1,1) # may have to play with cex.lab


On 10/18/06, stephenc <mail at xesoftware.com.au> wrote:
> Hi
>
>
>
> I am trying to set the xlab font size.  I have this code:
>
>
>
> attach(errorsBySpeakers)
>
> postscript("pic2.ps",width=4,height=4,paper="A4",horizontal=FALSE,pointsize=
> 0,family="Times")
>
> plot(prattpercent,uttspercent, xlab="Testing")
>
> abline(z)
>
> dev.off()
>
> detach(errorsBySpeakers)
>
>
>
> but I cannot find the correct form of words to make the xlab "Testing"  as a
> size 11 font.  Does anyone know the wording?  Also for ylab.
>
>
>
> Thanks
>
>
>
> Stephen Choularton
>
> 02 9999 2226
>
> 0413 545 182
>
>
>
>
>
>
>
>
>
>
> Checked by AVG Free Edition.
>
>
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
>


-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem you are trying to solve?



More information about the R-help mailing list