Re: [R] Bug with the col option in plot function

2009-03-21 Thread heyi xiao
, David Winsemius wrote: From: David Winsemius Subject: Re: [R] Bug with the col option in plot function To: xiaohey...@yahoo.com Cc: "r-help@r-project.org Help" , "R-SIG-Mac Mailing List" Date: Friday, March 20, 2009, 7:45 PM Really belongs o R-SIG-Mac list and have copie

Re: [R] Bug with the col option in plot function

2009-03-20 Thread David Winsemius
Really belongs o R-SIG-Mac list and have copied it there. I cannot reproduce on my Mac. I get the same colors on the pdf file with that code as I do on the screen device. I have in in the past needed to set up a device before plotting: trellis.device(device="postscript", color = TRUE) ... bu