[GRASS-SVN] r46548 - grass/branches/releasebranch_6_3/scripts/i.spectral

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 3 07:58:13 EDT 2011


Author: neteler
Date: 2011-06-03 04:58:13 -0700 (Fri, 03 Jun 2011)
New Revision: 46548

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

Modified: grass/branches/releasebranch_6_3/scripts/i.spectral/i.spectral
===================================================================
--- grass/branches/releasebranch_6_3/scripts/i.spectral/i.spectral	2011-06-03 11:57:04 UTC (rev 46547)
+++ grass/branches/releasebranch_6_3/scripts/i.spectral/i.spectral	2011-06-03 11:58:13 UTC (rev 46548)
@@ -231,10 +231,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