Skip to content
Prev 294412 / 398502 Next

Plotmath bug or my misunderstanding?

Hello,

It seems like a "feature". When trying the example below with more 
atops, the two bottom most lines, and only those two lines, feature 
character expansion relative to the default size and relative to the 
line before last.

plot(1, type="n", xaxt='n', yaxt='n', ann=FALSE, xlim=c(-0.5, 6))
text(1, 1,labels=expression(atop(atop(sigma,"some text"),
     "another level")), cex = 2)
text(3, 1, labels=expression(atop(atop(atop(sigma,"some text"),
     "another level"), "third")), cex = 2)
text(5, 1, labels=expression(atop(atop(atop(atop(sigma,"some text"),
     "another level"), "third"), "4th")), cex = 2)

Anyway, I couldn't find this behavior in the help pages.

Rui Barradas


Em 13-05-2012 11:00,  Bert Gunter escreveu: