On Apr 24, 2014, at 6:40 PM, christian millan wrote:
> Hi,I have been trying to make my axis fonts and axis labels fonts in bold
even when the I write the right command. I writing font.lab=2, font.axis=2 but
the bold fonts don't show up. Any help?
There are three different plotting systems in R. You should include full code
with an example dataset. And you should post in plain text. And you should read
the Posting Guide.
When I do this I see bold axis labels and bold tick labels.
plot(1:10, font.lab=2, font.axis=2)
> Thanks!
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
David Winsemius
Alameda, CA, USA