Re: [R] mtext coordinates

2010-08-18 Thread David Hajage
Thank, it is quite what I was looking for. But with your code, when I tried to change the size of the plot window, the segments are moving... I don't know if you see what I want, just try to expand the height of the window. Is there any solution for this ? 2010/8/18 Jim Lemon > On 08/18/2010 0

Re: [R] mtext coordinates

2010-08-18 Thread David Winsemius
On Aug 18, 2010, at 6:40 AM, David Hajage wrote: Hello, I am using mtext to write some text below a graph: plot(1) mtext("foo", side = 1, line = 2, at = seq(0.6, 1.6, 0.2)) I would like to draw something near the "foo" texts, for example a segment. For this, I need to know the coordinates

Re: [R] mtext coordinates

2010-08-18 Thread Jim Lemon
On 08/18/2010 08:40 PM, David Hajage wrote: Hello, I am using mtext to write some text below a graph: plot(1) mtext("foo", side = 1, line = 2, at = seq(0.6, 1.6, 0.2)) I would like to draw something near the "foo" texts, for example a segment. For this, I need to know the coordinates of the te