Skip to content
Prev 5824 / 63421 Next

Extra lines when bty="n" (PR#1021)

ce@biostat.ku.dk writes:
You're seeing the top of the axes, which the mar=c(0,0,0,0) doesn't
quite chop off. (try it with mar=c(1,1,1,1)). You want axes=F
rather than the bty="n" setting.