This just came in: plot(c(0.1,100),log="y", las=1) (Numbers and tick marks are unaligned) Same thing with mtext(), try mtext("x",2,at=0.1) mtext("x",2,at=0.1,las=1) --please do not edit the information below-- Version: platform = i586-pc-linux-gnu arch = i586 os = linux-gnu system = i586, linux-gnu status = major = 1 minor = 3.0 year = 2001 month = 06 day = 22 language = R Search Path: .GlobalEnv, package:ctest, Autoloads, package:base -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hi> This just came in: > > plot(c(0.1,100),log="y", las=1) > > (Numbers and tick marks are unaligned) > > Same thing with mtext(), try > > mtext("x",2,at=0.1) > mtext("x",2,at=0.1,las=1)This is related to bug #865, which I have discovered is a problem with some of the very basic transformation code in R graphics (for transforming widths or heights when there are log scales). I have a fix for this particular mtext() problem, but I'm still working on the more general transformation bug. Paul -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._