Discussion:
plot graphics line
Kai Torben Ohlhus
2018-10-19 18:51:02 UTC
Permalink
hi
i want to plot line as pics
https://gyazo.com/f5df3d311459af7fb90d7e66d0d47f02
i read manual octave about plot but i don't see it
--
http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html
x = 1:10;
y = 2*x;
stem (x, y, "r");
Please make use of the help mailing list "***@octave.org" for usage
questions, rather than the maintainers mailing "***@octave.org" list,
which is intended for development discussions.

HTH,
Kai

[1] https://octave.org/doc/interpreter/XREFstem.html
turbofib
2018-10-19 21:17:15 UTC
Permalink
thanks you



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
Loading...