Re: [R] change text size on a graphics

2015-07-20 Thread David Winsemius
On Jul 20, 2015, at 1:24 PM, carol white via R-help wrote: > Hi,How is it possible to increase the size of a histogram labels (displayed > on the top of the bars)? I thought that if I use cex > 1, it will increase > all text size on a plot (axis labels, axis annotation, title of the graphics >

[R] change text size on a graphics

2015-07-20 Thread carol white via R-help
Hi,How is it possible to increase the size of a histogram labels (displayed on the top of the bars)? I thought that if I use cex > 1, it will increase all text size on a plot (axis labels, axis annotation, title of the graphics and histogram labels) which I want but it doesn't. Regards, Carol