An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20100131/0c4d0398/attachment.pl>
No labels/titles shown on Mac
3 messages · Simon Urbanek, Gommo Skipper
On Jan 31, 2010, at 10:31 AM, Gommo Skipper wrote:
Hello, I'm trying to use the mac port of R and have problem seeing any label in my plots. There's no main title, labels and no errors spitting from the R console.
sessionInfo()
I'm trying to use quartz on a x64 snow leopard: R version 2.10.1 (2009-12-14) x86_64-apple-darwin9.8.0 locale: [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base
hist(rnorm(100),main="HELLO")
This is a stock installation, and I'm out of ideas on how to fix it. Any hints?
I cannot reproduce it, but this sounds like a font issue. Have you disabled some fonts (such as Arial) on your system? (see the recent discussion on this) Try using some font that you have on your system, e.g. hist(rnorm(100),main="HELLO",family="Monaco") or hist(rnorm(100),main="HELLO",family="Helvetica") Cheers, Simon
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20100131/076c472d/attachment.pl>