Re: [R] Warnings when plotting after x11() in R 2.14.2

2012-03-11 Thread Uwe Ligges
On 08.03.2012 21:03, Mark Seeto wrote: Dear R-help, I recently upgraded from R 2.13.1 to R 2.14.2 and now get warning messages when plotting after using x11(). Example: plot(rnorm(10))### no warnings x11(); plot(rnorm(10)) Warning messages: 1: In axis(side = side, at = at, labels = l

[R] Warnings when plotting after x11() in R 2.14.2

2012-03-08 Thread Mark Seeto
Dear R-help, I recently upgraded from R 2.13.1 to R 2.14.2 and now get warning messages when plotting after using x11(). Example: > plot(rnorm(10))### no warnings > x11(); plot(rnorm(10)) Warning messages: 1: In axis(side = side, at = at, labels = labels, ...) : Font family not found in Wi