|
From: miguel o. v. <kli...@ho...> - 2008-05-30 13:34:32
|
HI everybody, i try to doia script in order to plot all the data files that i have in a folder, i have an idea but it doesn't works i followed this article to do it http://article.gmane.org/gmane.comp.graphics.gnuplot.user/2245/match=plot+arguments #!/bin/bash for fname in *.txt ; do gnuplot << \EOF set term png color set out "$fname" set autoscale unset label set title "COMMUNICATIONS" plot '$fname. using :5 w impulses pause -1 EOF done this is the errro message that i have line 0: no data point found in specified file please does anybody help me thanks _________________________________________________________________ Explore the seven wonders of the world http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE |