[R] Box around legends (and postscript?)

Prof Brian Ripley ripley at stats.ox.ac.uk
Tue Dec 11 13:22:22 CET 2001


On Tue, 11 Dec 2001, Jim Lemon wrote:

> "Michael J. Manning" wrote:
> >
> > ...I have another (lame?) question.  I have noted that when I produce
> a
> > graph with multiple plots (e.g. 2x2 plots on the graphics device)
> > where each plot has multiple series and a legend with reasonable
> > amounts of text describing the series, the right hand side of the box
> > surrounding the legend always seems to be drawn through the legend
> > text when I write the output to a postscript file.
>
> I've noticed the same problem when using dev.print() to produce a
> postscript file. Interestingly, using postscript() directly seems to
> avoid it, although I haven't had the time to discover why.

Well, dev.print copies a display list from device to device, and doesn't
always get the fonts set up the same way (although it tries).  Trying set
pointsize in the call to dev.print.

It's normally better to remake the plot than copy it if you want precise
control.

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list