Skip to content
Back to formatted view

Raw Message

Message-ID: <49F1C05C.5000206@cognigencorp.com>
Date: 2009-04-24T13:36:28Z
From: Sebastien Bihorel
Subject: RES:  How to force axis to have the same range
In-Reply-To: <B37C0A15B8FB3C468B5BC7EBC7DA14CC61CFE52D77@LP-EXMBVS10.CO.IHC.COM>

Thanks to Greg and Deepayan for their answers.

*Sebastien Bihorel, PharmD, PhD*
PKPD Scientist
Cognigen Corp
Email: sebastien.bihorel at cognigencorp.com 
<mailto:sebastien.bihorel at cognigencorp.com>
Phone: (716) 633-3463 ext. 323


Greg Snow wrote:
> For variables named my.x and my.y try:
>
>   
>> plot( my.x, my.y, xlim=range(my.x,my.y), ylim=range(my.x,my.y) )
>>     
>
> If all you want is to have the same range of values on both the x and y axes.
>
>