Displaying 2 results from an estimated 2 matches for "2blabel".
2008 Mar 21
1
hist function+label second y-axis
...ter, font, lty, lwd,
My second problem is, I?ve created a second y-axis, but I?m not able to
label this second axis, I try it with:
axis(3,x$LAN_3,xlab="whatever") but nothing happend.
has anybody a solution?
cheers
--
View this message in context: http://www.nabble.com/hist-function%2Blabel-second-y-axis-tp16194939p16194939.html
Sent from the R help mailing list archive at Nabble.com.
2011 Sep 08
1
problem with math expressions in grid graphics when using line breaks (\n)
I want to plot a multiline annotation including a mathematical expression using grid graphics (grid.text).
This works fine for a single line, but the math expression is misplaced when I insert a line break ("\n" escape sequence):
grid.text(expression(paste("Some words here\n more ", sigma)))
Does someone have an idea how to fix that?
TIA!
Mark