R-alpha: mtext

Larry P Ammann ammann@utdallas.edu
Mon, 22 Sep 1997 12:16:03 -0500 (CDT)


Something seems to have broken mtext between the R-0.50-a1 and R-0.50-a4
releases. It prints OK when side=2 or 4, but does not print if side=1 or 3.
Try for example:

plot(1:10, (-4:5)^2, main="Parabola Points", xlab="xlab")
for(s in 1:10) {
    mtext(paste("mtext(..,side=1, line=",-s,")"), side=1, line=-s)
    mtext(paste("mtext(..,side=2, line=",-s,")"), side=2, line=-s)
    mtext(paste("mtext(..,side=3, line=",-s,")"), side=3, line=-s)
    mtext(paste("mtext(..,side=4, line=",-s,")"), side=4, line=-s)
}

Larry P. Ammann
Professor of Statistics
University of Texas at Dallas
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel 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-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-