[EMAIL PROTECTED] wrote:

> Full_Name: Karel 'Clock' Kulhavy
> Version: 1.9.0
> OS: GNU/Linux
> Submission from: (NULL) (212.71.168.94)
> 
> 
> par(ann=FALSE) is ignored by image() graphics function.

Please stop sending unsensible bug reports! Those have to be handled 
manually in the bug repository!


I don't see any bug. Please only submit reports if you are sure you have
obsrved a bug. Please read the FAQs on what a bug really is. Please
check against the most recent version of R (at least the last official
release which is R-1.9.1) before reporting a bug.

Also, please specify reproducible code in order to make bugs 
reproducible by people who try to fix bugs.


par(ann=FALSE)
x <- y <- seq(-4*pi, 4*pi, len=27)
r <- sqrt(outer(x^2, y^2, "+"))
image(z = z <- cos(r^2)*exp(-r/6), col=gray((0:32)/32), main = "test")

Do you see "test" appearing in the plot??? I don't!

Uwe Ligges

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to