[R] problem with printing lines with lty

About this list Date view Thread view Subject view Author view Attachment view

From: Pesl Thomas (thomas.pesl@arcs.ac.at)
Date: Fri 20 Jul 2001 - 17:51:56 EST


Message-id: <D16B18FFF743D311A9CA0090275F3CB003D85182@arcss07.arcs.ac.at>

I'm running R 1.3 on WinNT.

When I plot lines with different linetypes e.g.:
x<-matrix(rnorm(50),,5)
plot(c(1,10),c(min(x),max(x)),type="n")
for(i in 1:5) lines(x[,i],lty=i+1)
legend( locator(1),legend=as.character(1:5),lty=2:6,ncol=2)

I see the lines clearly on my screen. When printing them through R, I can
see nearly no difference between them. When using another program
(Graphicapplication, Word,...) the lines show up like on my screen.
Am I doing something wrong or is this just a Windows problem?

Thank you for your help in advance,

        Thomas Pesl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._


About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.3 : Wed 10 Mar 2004 - 08:18:20 EST