Message-ID: <CAET1fe6QxZtOPxF146QbmON8vyc0kLmB=Efrwwz3dY3RxqOu-g@mail.gmail.com>
Date: 2013-01-29T12:51:32Z
From: e-letter
Subject: remove margin between plot and axis
In-Reply-To: <5107AF2C.6050503@ymail.com>
On 29/01/2013, Pascal Oettli <kridox at ymail.com> wrote:
> Hi,
>
> Please provide a reproducible example.
>
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