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: Doug Stewart
Subject: Re: How to draw a vertical line?
Date: Fri, 29 Sep 2006 15:13:22 -0500
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

jian Xu wrote:
Hi,
How to draw a vertical line, say from (x,0) to (x,5)?  Thanks a lot!

Jian
_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave

plot(x,0,x,5)


reply via email to

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