Re: [R] problem with symbol function

2009-04-29 Thread Duncan Murdoch
t;,lty="dashed") symbols(0, 0, add = TRUE, circles = 1, inches = 3, fg="black",lty="longdash", lwd=2) Le 27 avr. 09 à 23:07, Joshua Wiley a écrit : I read that the lty=2 argument does not work on all graphics devices. You might double check that since it

Re: [R] problem with symbol function

2009-04-29 Thread Christophe Dutang
3, fg="black",lty="longdash", lwd=2) Le 27 avr. 09 à 23:07, Joshua Wiley a écrit : I read that the lty=2 argument does not work on all graphics devices. You might double check that since it works on mac. Joshua Wiley Original message Date: Mon, 27 Apr 2009 22:58:1

Re: [R] problem with symbol function

2009-04-28 Thread Greg Snow
1.408.8111 > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Duncan Murdoch > Sent: Monday, April 27, 2009 3:48 PM > To: Christophe Dutang > Cc: r-help@r-project.org > Subject: Re: [R] problem with symbo

Re: [R] problem with symbol function

2009-04-27 Thread Christophe Dutang
(via postscript), everything seemed in order. It never occurred to me that postscript would not give me the same view. I am very sorry for the inconvenience. Joshua Wiley Original message Date: Mon, 27 Apr 2009 17:12:18 -0400 From: Duncan Murdoch Subject: Re: [R] problem with s

Re: [R] problem with symbol function

2009-04-27 Thread Joshua Wiley
for the inconvenience. Joshua Wiley Original message >Date: Mon, 27 Apr 2009 17:12:18 -0400 >From: Duncan Murdoch >Subject: Re: [R] problem with symbol function >To: Joshua Wiley >Cc: r-help@r-project.org, Christophe Dutang > >On 27/04/2009 4:29 PM, Josh

Re: [R] problem with symbol function

2009-04-27 Thread Duncan Murdoch
solid") symbols(0, 0, add = TRUE, circles = 1, inches = 2, fg="black",lty="dashed") symbols(0, 0, add = TRUE, circles = 1, inches = 3, fg="black",lty="longdash", lwd=2) Le 27 avr. 09 à 23:07, Joshua Wiley a écrit : I read that the lty=2 argument d

Re: [R] problem with symbol function

2009-04-27 Thread Christophe Dutang
You might double check that since it works on mac. > > > Joshua Wiley > > > > ---- Original message ---- >> Date: Mon, 27 Apr 2009 22:58:11 +0200 >> From: Christophe Dutang >> Subject: Re: [R] problem with symbol function >> To: Joshua Wiley >> C

Re: [R] problem with symbol function

2009-04-27 Thread Duncan Murdoch
with a solid line. Duncan Murdoch Joshua Wiley Original message Date: Mon, 27 Apr 2009 22:15:53 +0200 From: r-help-boun...@r-project.org (on behalf of Christophe Dutang ) Subject: [R] problem with symbol function To: r-help@r-project.org Hi all, I use the symbol functio

Re: [R] problem with symbol function

2009-04-27 Thread Christophe Dutang
ley > > > Original message > Date: Mon, 27 Apr 2009 22:15:53 +0200 > From: r-help-boun...@r-project.org (on behalf of Christophe Dutang > >) > Subject: [R] problem with symbol function > To: r-help@r-project.org > > Hi all, > > I use the symbol func

Re: [R] problem with symbol function

2009-04-27 Thread Joshua Wiley
I read that the lty=2 argument does not work on all graphics devices. You might double check that since it works on mac. Joshua Wiley Original message >Date: Mon, 27 Apr 2009 22:58:11 +0200 >From: Christophe Dutang >Subject: Re: [R] problem with symbol function &g

Re: [R] problem with symbol function

2009-04-27 Thread Andrew Dolman
any >> suggestions for you. What happens when you try to plot it on Windows? >> >> >> Joshua Wiley >> >> >> Original message >> >>> Date: Mon, 27 Apr 2009 22:15:53 +0200 >>> From: r-help-boun...@r-project.org (on behalf of

Re: [R] problem with symbol function

2009-04-27 Thread Joshua Wiley
22:45:26 +0200 >From: Christophe Dutang >Subject: Re: [R] problem with symbol function >To: Joshua Wiley >Cc: r-help@r-project.org > >what is your service pack version? > >at home I use the SP2 version. > >Le 27 avr. 09 à 22:29, Joshua Wiley a écrit : > >&

Re: [R] problem with symbol function

2009-04-27 Thread Christophe Dutang
you. What happens when you try to plot it on Windows? Joshua Wiley Original message Date: Mon, 27 Apr 2009 22:15:53 +0200 From: r-help-boun...@r-project.org (on behalf of Christophe Dutang ) Subject: [R] problem with symbol function To: r-help@r-project.org Hi all, I use

Re: [R] problem with symbol function

2009-04-27 Thread Christophe Dutang
Wiley Original message Date: Mon, 27 Apr 2009 22:15:53 +0200 From: r-help-boun...@r-project.org (on behalf of Christophe Dutang >) Subject: [R] problem with symbol function To: r-help@r-project.org Hi all, I use the symbol functions to draw circles. But the argument lty does not

Re: [R] problem with symbol function

2009-04-27 Thread Christophe Dutang
ry to plot it on Windows? Joshua Wiley Original message Date: Mon, 27 Apr 2009 22:15:53 +0200 From: r-help-boun...@r-project.org (on behalf of Christophe Dutang >) Subject: [R] problem with symbol function To: r-help@r-project.org Hi all, I use the symbol functions to draw circ

Re: [R] problem with symbol function

2009-04-27 Thread Joshua Wiley
n behalf of Christophe Dutang >) >Subject: [R] problem with symbol function >To: r-help@r-project.org > >Hi all, > >I use the symbol functions to draw circles. But the argument lty does >not work on windows but works correctly on my macbook: > >x <- -4:4 >y <

[R] problem with symbol function

2009-04-27 Thread Christophe Dutang
Hi all, I use the symbol functions to draw circles. But the argument lty does not work on windows but works correctly on my macbook: x <- -4:4 y <- -4:4 plot(x,y,type="n") symbols(0, 0, add = TRUE, circles = 1, inches = 1, fg="black", lty="solid") symbols(0, 0, add = TRUE, circles = 1, inc