Windows freezes plotting large line plots (PR#7856)
timo.becker@oeaw.ac.at writes:
The following command causes Windows XP to freeze so that I can only pull the plug:
plot(seq(1, 44100), rnorm(44100), type="l")
This does not happen with
plot(seq(1, 44100), rnorm(44100))
and
plot(seq(1,100), rnorm(100), type="l")
This was fixed (worked around -- the bug is in Windows) once before during "belated beta testing" of 2.1.0. Try 2.1.0 patched.
O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907