Skip to content
Prev 311643 / 398503 Next

[lattice] Increase distance between tick labels and ticks in wireframe plot ("pad")

On 2012-11-22 01:16, Felix Sch?nbrodt wrote:
I think that you want the 'distance=' argument to scales (which is
documented in ?wireframe).

Try this:
wireframe(z ~ x*y, df,
           scales = list(arrows = FALSE,
                         col = "black",
                         font = 1,
                         tck = c(0.8, 0.6, 0.4),
                         distance =c(2, 5, 8)))

Adjust as you prefer.

Peter Ehlers