See ?par, look for 'xaxs'

On Thu, 1 Nov 2007, marcg wrote:

> Dear R
>
> Plots without par arguments do start not at zero (means, the box around 
> is somwhere outside the specified plotrange). How to start really from 
> zero, pe. basline y=0?
>
> every standart par works like this:

Not so: xaxs="i" is a 'standard par'.

> x<-seq(1,10,0.1)
> y<-sin(x)
>
> plot(sin(x))
>
> Thanks for help
>
> Marc
>

-- 
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to