>> how can i set the position of the first and last tick to the
>> borderline of a plot?
>>
>> The plot should look like this one made in Gnuplot [1].
>> Gnu-R adds some space between the ticks and the end of plot.
>
> do you mean like this?
>
> plot(rnorm(25),rnorm(25), xaxs ="i", yaxs="i", xlim=c(-2,2),  
> ylim=c(-2,2))

That is exactly what i have been looking for. Thank you.

>> [1] 
>> http://commons.wikimedia.org/wiki/File:Atmospheric_radiocarbon_1954-1993.svg



-- 
Jonas Stein <n...@jonasstein.de>

______________________________________________
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