|
From: Thomas S. <t.s...@fz...> - 2008-05-30 14:51:34
|
> .. >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. -- View this message in context: http://www.nabble.com/gnuplot-script-aide-tp17559031p17560922.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |