[R] plotting text on a postscript device

Jim Lemon bitwrit at ozemail.com.au
Thu Sep 30 14:46:52 CEST 1999


Carlo Maley wrote:

> It seems that the text command isn't working for a postscript device.

Carlo,

The offending command is generated in the plotting, I think.  It is:

77.04 91.44 563.76 714.96 cl

on line 689 in the output on my system (I faked the numbers, so it may be
different on yours)
What is happening is the clip statement is excluding the labels.  You can
hack it by just deleting this line from the output.  However, a proper fix
will involve finding where the plotting routine generates a clip region which
does not allow text to be added.  I'll see if I can trace it.

Jim


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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