Skip to content
Prev 6528 / 398500 Next

Fudging axis ticks

Earlier I asked how to fudge the tick labels with axis().

It's quite simple, though not elegant.  Use axis twice, once with tick
= T and labels = F: then again with the fudged factor added onto at
with tick = F and labels = T.


I should have noticed that before I asked.