Skip to content

Fudging axis ticks

1 message · Patrick Connolly

#
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.