[Rd] Windows freezes plotting large line plots (PR#7856)

timo.becker at oeaw.ac.at timo.becker at oeaw.ac.at
Thu May 12 08:55:11 CEST 2005


Full_Name: Timo Becker
Version: 2.1.0
OS: Windows XP
Submission from: (NULL) (193.170.87.36)


Hi!

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")

platform i386-pc-mingw32
arch     i386           
os       mingw32        
system   i386, mingw32  
status                  
major    2              
minor    1.0            
year     2005           
month    04             
day      18             
language R



More information about the R-devel mailing list