Skip to content

Solid and dotted lines saving an xyplot

2 messages · Camarda, Carlo Giovanni, Brian Ripley

#
You are not `saving' an xyplot, but re-plotting on a different device.

Different trellis devices have different default settings: you did not 
mention that the backgound had changed from grey to white (but it has).

Try trellis.device(color=FALSE) to get on screen what you see on paper, or 
use trellis.par.set() (of superpose.line$lty, I believe) to control just 
this single aspect of the plot.
On Tue, 18 Oct 2005, Camarda, Carlo Giovanni wrote: