rene.locher at zhaw.ch
2008-Jun-27 14:30 UTC
[Rd] unexpected lining up of labels in axis(4,hadj=1) (PR#11836)
Full_Name: Rene Locher Version: 2.7.1 OS: i386-pc-mingw32 Submission from: (NULL) (160.85.231.140) Here is the example: par(las=1,mar=rep(4,4)) plot(c(-1000,1000),axes=FALSE) box() axis(4,hadj=1) ## axis labels are positioned in an awkward way ## I would expect to see label positions like here: axis(4,hadj=1,mgp=c(3,3,0)) These are my sessionInfos: R version 2.7.1 (2008-06-23) i386-pc-mingw32 locale: LC_COLLATE=German_Switzerland.1252;LC_CTYPE=German_Switzerland.1252;LC_MONETARY=German_Switzerland.1252;LC_NUMERIC=C;LC_TIME=German_Switzerland.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base