Skip to content
Prev 316384 / 398503 Next

remove margin between plot and axis

On 29/01/2013, Pascal Oettli <kridox at ymail.com> wrote:
test<-seq(10:50)
plot(test,type='h',mai=c(0,1,1))

Tried

plot(test,type='h',yaxs='i')

but this has the non-wanted effect of removing white space from
between the highest peak and the upper (top) axis