help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Set plot size


From: Ben Abbott
Subject: Re: Set plot size
Date: Wed, 10 Sep 2008 13:19:54 -0400

On Wednesday, September 10, 2008, at 12:43PM, "DimitryASuplatov" 
<address@hidden> wrote:
>Hello,
>could you help me to set the scale of my plot.
>For ex. I want to plot vectors X vs Y:
>plot(X,Y,...)
>How to set the the scale of x and y axes?
>
>Thank you!

You can either use

axis ([xmin xmax ymin ymax])

or

xlim([xmin xmax])
ylim([ymin ymax])

Ben


reply via email to

[Prev in Thread] Current Thread [Next in Thread]