Skip to content

white lines in barplot

3 messages · Marion Wenty, Jim Lemon

#
On 05/09/2012 07:12 PM, Marion Wenty wrote:
Hi Marion,
Try this:

...
par(xpd=TRUE)
abline(v = seq(10, zehnind, by = 10), col = "white")
par(xpd=FALSE)
...

Jim