> From: Carlos Saavedra > > Dear R users,, > > I'm having difficulties when i use the gstat extensions in R > especially with the graphical interface, as the > variograms plots are depicted with gray background and cyan > points for the number of pairs, Consequently the fitted variogram > is drawn in cyan, > > How can i change that so i could have, white background and > black lines for the fitted variogram, for the complete plot.
Try: lset(theme=col.whitebg()) right before the plot command. See ?lset for more details. [Plead to the maintainer of lattice: Is it possible to make the theme an option that can be set for the session, not just for the device?] Best, Andy > looking forward for hearing from you, > > carlos saavedra > > > [[alternative HTML version deleted]] > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > > ------------------------------------------------------------------------------ Notice: This e-mail message, together with any attachments,...{{dropped}} ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
