Skip to content
Prev 170663 / 398506 Next

Printing out a graph using different graphics devices

On 2/16/09, Dimitri Liakhovitski <ld7631 at gmail.com> wrote:
Device drivers may all be subtly different, which may explain line widths etc.

For the things that you set using trellis.par.set(), see
?trellis.device. Basically, each device has its own settings, and
calls to trellis.par.set() only change the settings for the current
device. If you want to attach custom settings to your "trellis"
object, look up 'par.settings' in ?xyplot.

-Deepayan