help-octave
[Top][All Lists]
Advanced

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

Re: How to draw a vertical line?


From: Miroslaw Kwasniak
Subject: Re: How to draw a vertical line?
Date: Fri, 29 Sep 2006 22:55:12 +0200
User-agent: Mutt/1.5.9i

On Fri, Sep 29, 2006 at 02:03:08PM -0500, jian Xu wrote:
> Hi,
> How to draw a vertical line, say from (x,0) to (x,5)?  Thanks a lot!


plot( [x,x], [0,5] )


reply via email to

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