axis for small ranges (PR#390)
Andreas.Weingessel@ci.tuwien.ac.at
Andreas.Weingessel@ci.tuwien.ac.at
Tue, 28 Dec 1999 14:46:27 +0100 (MET)
If you plot a vector of numbers which are all very similar
(i.e. within the range of some eps), the y-axis is not drawn
correctly. Either it is completely missing and there is an additional
horizontal line (1st example below) or it is longer than the plotting
region (2nd example).
x <- c(0.12345678912345678,0.12345678912345679,0.12345678912345676)
plot(x)
y <- c(0.9999563255363383973418, 0.9999563255363389524533, 0.9999563255363382863194)
plot(y)
-aw
--please do not edit the information below--
Version:
platform = i686-unknown-linux
arch = i686
os = linux
system = i686, linux
status = Patched
major = 0
minor = 90.0
year = 1999
month = December
day = 9
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._