I tried to change fonts for lattice graphics:

trellis.par.set(list(axis.text=list(fontfamily="Monaco"),
par.strip.text=list(fontfamily="Monaco")))

It works for axis.text but not for par.strip.text.
trellis.par.set() does not set par.strip.text neither strip.text while I
can change font for strip text using:

xyplot(0 ~ 0 | "Strip Text", par.strip.text=list(fontfamily="Monaco"))

How do you change font for strip text globally at once?
Or can you change default font globally for all graphical elements?

thanks,
honza.

        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to