octave-maintainers
[Top][All Lists]
Advanced

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

Re: plot graphics line


From: Luca Manzari
Subject: Re: plot graphics line
Date: Sat, 20 Oct 2018 02:02:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Hi,

You can plot vertical lines using the syntax

plot([x, x], [y1, y2])

so a minimum working example would be, to plot a vertical line at x=5
from y=0 to y=8

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

Questions like this are best suited to the Octave Users Discussion List,
where ironically enough somebody asked the very same question a little
more than 12 years ago...

http://octave.1599824.n4.nabble.com/How-to-draw-a-vertical-line-td1605721.html

Best,

On 2018-10-19 14:30, turbofib wrote:
> hi
> i want to plot line as pics
> 
> https://gyazo.com/f5df3d311459af7fb90d7e66d0d47f02
> 
> i read manual octave about plot but i don't see it
> 
> 
> 
> 
> 
> --
> Sent from: 
> http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html
> 

-- 
Luca



reply via email to

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