« Return to Thread: gnuplot script aide

Re: gnuplot script aide

by Thomas Sefzick :: Rate this Message:

Reply to Author | View in Thread

> ..
>set out "$fname"
> ..
> plot '$fname' using :5  w impulses
> ..
> this is the errro message that i have
> line 0: no data point found in specified file

maybe you should choose another filename for the
output file, other than the name of the input file...
actually you are overwriting the input file.

 « Return to Thread: gnuplot script aide