Re: [R] axis colours

2009-04-05 Thread Umesh Srinivasan
Thanks a lot. That's what I was looking for. Must have missed the fg bit in the ? par. Cheers, Umesh On Sun, Apr 5, 2009 at 3:19 AM, Duncan Murdoch wrote: > On 04/04/2009 5:13 PM, Umesh Srinivasan wrote: > >> Hi, >> >> Is there a way to use par to change the colours of the axes lines (not the >

Re: [R] axis colours

2009-04-04 Thread Duncan Murdoch
On 04/04/2009 5:13 PM, Umesh Srinivasan wrote: Hi, Is there a way to use par to change the colours of the axes lines (not the labels)? I've done this: par(bg = "black") plot(x, y, col = "yellow", pch = 16) but I have to use axes = F within the plot command, and then use axis (1, col = "yello

Re: [R] axis colours

2009-04-04 Thread Uwe Ligges
Umesh Srinivasan wrote: Hi, Is there a way to use par to change the colours of the axes lines (not the labels)? I've done this: par(bg = "black") plot(x, y, col = "yellow", pch = 16) but I have to use axes = F within the plot command, and then use axis (1, col = "yellow") axis (2, col = "y

[R] axis colours

2009-04-04 Thread Umesh Srinivasan
Hi, Is there a way to use par to change the colours of the axes lines (not the labels)? I've done this: par(bg = "black") plot(x, y, col = "yellow", pch = 16) but I have to use axes = F within the plot command, and then use axis (1, col = "yellow") axis (2, col = "yellow") and so on for axes