tplot <- xyplot(lat ~ long, data=quakes, pch=".") png("Web/simplegrid-latticeupdate.png", width=480, height=480) trellis.par.set(theme = canonical.theme("postscript", col=FALSE)) trellis.par.set(list(dot.symbol=list(pch=1))) print( update(tplot, main="Earthquakes in the Pacific Ocean\n(since 1964)") ) dev.off()