[GRASS-SVN] r46545 - grass/branches/releasebranch_6_4/scripts/i.spectral

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 3 07:56:15 EDT 2011


Author: neteler
Date: 2011-06-03 04:56:15 -0700 (Fri, 03 Jun 2011)
New Revision: 46545

Modified:
   grass/branches/releasebranch_6_4/scripts/i.spectral/i.spectral
Log:
fix syntax

Modified: grass/branches/releasebranch_6_4/scripts/i.spectral/i.spectral
===================================================================
--- grass/branches/releasebranch_6_4/scripts/i.spectral/i.spectral	2011-06-03 11:33:01 UTC (rev 46544)
+++ grass/branches/releasebranch_6_4/scripts/i.spectral/i.spectral	2011-06-03 11:56:15 UTC (rev 46545)
@@ -245,10 +245,10 @@
 ## if more then 2 points we can draw an interpolated spline:
 #if [ $PARAM_NUM -gt 2 ]
 #then
-#   echo "set data style linespoints" >> spectrum.gnuplot
+#   echo "set style data linespoints" >> spectrum.gnuplot
 #   echo "plot 'data' with points pt 779, '' smooth csplines t 'spline interpolated'" >> spectrum.gnuplot
 #else
-   echo "set data style lines" >> spectrum.gnuplot
+   echo "set style data lines" >> spectrum.gnuplot
   
 
  rm -f data.dum



More information about the grass-commit mailing list