Skip to content
Prev 3182 / 15075 Next

Mac or Windows...?

Once (in the original implementation of the device) it was possible  
to set "antialias=FALSE" when opening quartz() to get reasonable  
speed in drawing, but of course you loose the nice quartz antialias  
effect, and get  results similar to X11 or windows device.

it seems that this option has no longer effect

 > quartz()
 > system.time(example(heatmap))
[1] 2.587 0.180 4.460 0.000 0.000
 > quartz(antialias=FALSE)
 > system.time(example(heatmap))
[1] 2.573 0.176 4.545 0.000 0.000
 > x11()
 > system.time(example(heatmap))
[1] 1.967 0.145 3.741 0.000 0.000


Simon, have you time to check?

stefano
On 11/nov/06, at 15:19, Paul Roebuck wrote: