Skip to content

postscript help

2 messages · Richard Liston, Brian Ripley

#
I'm creating some figures in R using the postscript device.
The figures will be reduced a great deal, so I need to increase
the labels on the X and Y axes a great deal. When I use cex.lab=2,
the label on the Y axis chopped off at the top. I tried a workaround
by setting paper="special" and using different widths and heights,
but no luck. Suggestions appreciated.

Richard

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Fri, 15 Nov 2002, Richard Liston wrote:

            
Use pointsize in the postscript() call. That way the margins will be set
at the right size for the labels.