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

2012-11-23 Thread Felix Schönbrodt
Thanks - that's the solution! Felix Am 23.11.2012 um 03:03 schrieb Peter Ehlers ehl...@ucalgary.ca: On 2012-11-22 01:16, Felix Schönbrodt wrote: Hello, I try to increase the distance between tick labels and ticks in a lattice wireframe plot. Here's a minimal example: ## Minimal example

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

2012-11-22 Thread Felix Schönbrodt
Hello, I try to increase the distance between tick labels and ticks in a lattice wireframe plot. Here's a minimal example: ## Minimal example x - y - z - c(1,2,3) df - data.frame(x, y, z) wireframe(z ~ x*y, df, scales = list(arrows = FALSE, col = black, font = 1, tck=0.6)) I tried the

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

2012-11-22 Thread Peter Ehlers
On 2012-11-22 01:16, Felix Schönbrodt wrote: Hello, I try to increase the distance between tick labels and ticks in a lattice wireframe plot. Here's a minimal example: ## Minimal example x - y - z - c(1,2,3) df - data.frame(x, y, z) wireframe(z ~ x*y, df, scales = list(arrows = FALSE, col =