[R] lattice (!under development!) font curiosity

Uwe Ligges ligges at statistik.uni-dortmund.de
Thu Jun 7 09:44:32 CEST 2001


Martin Maechler wrote:

> Interesting.
> 
> I have similar but different problems.
> Using a redhat 6.2 version about whose X-fonts paths I've been having big
> doubts for a long time;
> Anyway, here is what I get
>   {for lattice-started X11();
>    by the way, with postscript() I do get pretty nonsense ..}


Use trellis.device():
 
 trellis.device("postscript")
 require(lattice)
 xyplot(rnorm(10) ~ rnorm(10) ,main=list("äöüdsa",cex=6))# Cyrillic
again
 dev.off()

Not really nonsense, but 2 pages of output, the first blank, the second
with the expected result on WinNT.

Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list