If you simply want a bold font, have you tried setting font.axis and/or font.lab in par()? For example,

par(font.axis=2, font.lab=2)
plot(rnorm(10))

That gives me bold fonts for both components.

> version
         _
platform i386-pc-mingw32
arch     i386
os       mingw32
system   i386, mingw32
status   Patched
major    1
minor    8.1
year     2003
month    12
day      04
language R

array chip wrote:
Hi, how can I make the character label of the axes of
a plot darker (bolder), but not in a larger size?

-- Chuck Cleland, Ph.D. NDRI, Inc. 71 West 23rd Street, 8th floor New York, NY 10010 tel: (212) 845-4495 (Tu, Th) tel: (732) 452-1424 (M, W, F) fax: (917) 438-0894

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to