Plot issues

Blaz <[email protected]>
Newsgroups gmane.comp.gnu.octave.general
Message-ID <[email protected]>
Hello

I have a following simple code with two sine waves

t=[0:0.001:0.03];
x=10*sin(2*pi*50*t+10);
y=5*cos(2*pi*50*t-30);
plot(t,x,'bk-',t,y,'b.-')

I have two questions regardng the plot

1. Is there a way to print an index (1,2,3...) of a datapoint on the plot?
2. Is there a way on how to make the lines Bold or to increase thickness?
Plot help instruction do not work (or I am using it wrong). Any examples fro
both would be much appreciated.

Thanks



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.