Does anyone know how I can choose the background color of the graphic window? Furthermore, how can I open more than a graphic-window in the same work session? (My platform is W2000 on PC) Thank in advance. Paolo -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Paolo Covelli wrote:> > Does anyone know how I can choose the background color of the graphic > window?par("bg" = "green")> Furthermore, how can I open more than a graphic-window in the same work > session? > (My platform is W2000 on PC)windows() Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Tue, 16 Jul 2002, Paolo Covelli wrote:> Does anyone know how I can choose the background color of the graphic > window?Which background colour is that? There is a dark grey which is outside the device surface and cannot be altered. The device surface is covered by a canvas, colour set by the argument `canvas' to windows(). Finally, a plot has a background colour set by par(bg=), which is by default transparent.> Furthermore, how can I open more than a graphic-window in the same work > session?by windows(), the same way you opened the first one (possibly unseen by you).> (My platform is W2000 on PC)-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hello Paolo, Before you plot your graph you could open a graphics window using "windows(canvas="blue")". If you're doing lattice plots, the command would be "trellis.device(bg="blue")". Repeating these commands opens additional windows. You can change the active window (the one to plot in) by using dev.next, dev.prev, etc. Regards, Andrew C. Ward CAPE Centre Department of Chemical Engineering The University of Queensland Brisbane Qld 4072 Australia andreww at cheque.uq.edu.au On Wednesday, July 17, 2002 1:31 AM, Paolo Covelli [SMTP:pcovelli at tin.it] wrote:> Does anyone know how I can choose the background color of the graphic > window? > Furthermore, how can I open more than a graphic-window in the same work > session? > (My platform is W2000 on PC) > > Thank in advance. > > Paolo > >-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. -.-.-.-> r-help mailing list -- Readhttp://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 at stat.math.ethz.ch >_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. _._._._ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._