Whoops, typo in my previous post:
x <- 1:10
y <- x
plot(x, y, ann=F, xaxt="n")
axis(1, lab=F) -> positions
mtext(paste(positions), side = 1, line = 1, outer = F, at = positions,
cex=seq(1, 9, length=length(positions)))
Is this what you mean by label sizes?
On 27 Aug 2008, at 18:51, baptiste
Hi,
I'm not sure I understand what you want, but perhaps:
x <- 1:9
y <- x
plot(x, y, ann=F, xaxt="n")
axis(1, lab=F) -> positions
mtext(paste(positions), side = 1, line = 1, outer = F, at = test,
cex=1:length(positions))
HTH,
baptiste
On 27 Aug 2008, at 18:36, Dani Valverde wrote:
Hel
Hello,
I would like to combine different label sizes in the same x-axis, for
example
1 2 3 4 5 6 7 8 9
How can I do it?
Best,
Dani
--
Daniel Valverde Saubí
Grup de Biologia Molecular de Llevats
Facultat de Veterinària de la Universitat Autònoma de Barcelona
Edifici V, Campus UAB
08193 Cerdany
3 matches
Mail list logo