[Rd] par(ann=FALSE) ignored by image() (PR#7112)
ligges at statistik.uni-dortmund.de
ligges at statistik.uni-dortmund.de
Mon Jul 19 13:00:45 CEST 2004
clock at twibright.com 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
More information about the R-devel
mailing list