[R] Scatterplot with corner at (0, 0)

Prof Brian Ripley ripley at stats.ox.ac.uk
Tue Feb 7 08:25:03 CET 2006


On Mon, 6 Feb 2006, Nestor Arguea wrote:

>> plot(x,y,xlim=c(0,max(x)),ylim=c(0,max(y)))

You also need xaxs="i", yaxs="i"

>
> Nestor
> On Monday 06 February 2006 10:10 pm, you wrote:
>> I have two vectors, x and y, and I want to create a scatterplot. I
>> want the lower left corner to be at (0, 0). I can create a scatterplot
>> just by calling plot (x, y), but I am quite throroughly stymied and
>> frustrated by the problem of putting the lower left corner at (0, 0),
>> despite many tries.
>>
>> Thomas L. Jones, Ph.D., Computer Science
>
> -- 
> Nestor M. Arguea, Chair
> Department of Marketing and Economics
> University of West Florida
> 11000 University Parkway
> Pensacola, FL 32514
> Phone: (850)474-3071
> Fax: (850)474-3069


-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
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




More information about the R-help mailing list