If a new plot window is opened, immediately after an image() command,
the default color (black) is not plotted correctly.
Example:
> image(matrix(1:16,4))
> x11()
> plot(1:10)
The plot-color is not black, but a very light yellow (obviously the
last color used by image), although par("fg") is still
"black".
> plot(1:10,col=1)
has the same effect (yellow instead of black). Specifying an other
color like
> plot(1:10,col=3)
works ok and "resets" also the black color.
	Andreas
--please do not edit the information below--
Version:
 platform = i686-unknown-linux
 arch = i686
 os = linux
 system = i686, linux
 status = Unstable
 status.rev = 0
 major = 0
 minor = 64.0
 year = 1999
 month = March
 day = 19
 language = R
Search Path:
 .GlobalEnv, Autoloads, package:base
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._