Hi Pavel, First, annonations should have the same cex-size on each axis. That said, the way that this is implemented is not too cexy (ouch!). You need to plot without axes, e.g. plot(obj, axes=F), then you add your axes afterwards using your own specifications.
?axes Also see ?par (sub ann) HTH, Mark. Pavel77 wrote: > > Hello, > I would like to change the font size of the x axis annotations. > cex.axis changes the y axis annotations only. > Does anyone know how to change the x axis annotations? > With thanks, > Pavel. > -- View this message in context: http://www.nabble.com/cex.axis-for-the-x-axis-tp18353453p18355827.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org 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.