[Rd] Label justification (axis) (PR#13085)

2008-09-29 Thread martin . bader
Full_Name: Martin Bader
Version: 2.7.2
OS: Mac OS X 10.5.3
Submission from: (NULL) (131.152.1.1)


Hello there, 

in the axis command, label justification remains centered at all times. If one
applies las=1 within the axis command and then moves the axis and labels using
the pos and hadj options, respectively, the labels keep a centered
justification. I.e. a single digit number is then farther away from the axis
than numbers with two or more digits.

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[Rd] Label justification (axis) (PR#13307)

2008-11-21 Thread martin . bader
Full_Name: Martin Karl-Friedrich Bader
Version: 2.8.0
OS: 10.5.3
Submission from: (NULL) (131.152.1.1)


Hi there,

when using las=1 on the y-axis the labels keep their centered justification,
e.g. if you plot a graph using the axis command: axis(side=2, at=c(0,50, 100,
125), lab=c("0","50","100", " "), las=1), then the 0 and the 50 are centered in
relation to the 100! One can work around that problem by inserting blank spaces
in front of the lower numbers (e.g.: " 0") but that's not an appropriate
solution! Is there a way that can be fixed? Thanks in advance!

Martin

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel