Skip to content
Prev 50498 / 398500 Next

Printing Lattice Graphs from Windows

Hi, Duncan: 

      Thanks.  It worked for me, complete with the gray background and 
pastel blue dot.  The following also worked to eliminate the (to me 
ugly) gray background, etc.: 

win.metafile()
trellis.par.set('background', list('white'))
trellis.par.set('plot.symbol',
  list(cex=0.8, col="blue", font=1, pch=1))
xyplot(1 ~ 1)
dev.off()

      Thanks again.  spencer graves
Duncan Murdoch wrote: