[R-SIG-Mac] strange behaviour of redraw aftermaximizing quarz window
    joerg van den hoff 
    j.van_den_hoff at fz-rossendorf.de
       
    Mon Oct 17 11:05:17 CEST 2005
    
    
  
I plotted a moderately large data frame (200 x 15) "x" with
plot(x), which essentially boils down to
pairs(data.matrix(x))
If I then maximize the quartz window the 'pairs' plotting grid
is _not_ redrawn directly, but rather _all_ subplots are drawn 
successively using the full size of the quartz window (which takes quite 
some time in my case of 15 x 15 subplots ...). only after this,  the 
real 'pairs' plot is created.
regards,
joerg
platform powerpc-apple-darwin7.9.0
arch     powerpc
os       darwin7.9.0
system   powerpc, darwin7.9.0
status   Patched
major    2
minor    1.0
year     2005
month    05
day      12
language R
    
    
More information about the R-SIG-Mac
mailing list