here is what i mean: before: http://i51.tinypic.com/117xv6v.png after : http://i51.tinypic.com/sv2xed.png -- View this message in context: http://r.789695.n4.nabble.com/is-it-possible-to-put-tick-labels-inside-plotting-area-tp3052777p3052777.html Sent from the R help mailing list archive at Nabble.com.
I found it. It was hard to find because no one asked about it , the proper question was about distance from the axis which can be negative. So the proper answer is : par( mgp = c(0, -1.4, 0) ) - only the center value is controlling feature in question. -- View this message in context: http://r.789695.n4.nabble.com/is-it-possible-to-put-tick-labels-inside-plotting-area-tp3052777p3052793.html Sent from the R help mailing list archive at Nabble.com.
Peter Ehlers
2010-Nov-21 22:42 UTC
[R] is it possible to put tick labels inside plotting area ?
On 2010-11-21 13:18, madr wrote:> > I found it. It was hard to find because no one asked about it , the proper > question was about distance from the axis which can be negative. So the > proper answer is : > > par( mgp = c(0, -1.4, 0) ) - only the center value is controlling feature > in question.If you want your tick marks to point inward, you might also have a look at par(tcl = ....). Peter Ehlers