Explorar o código

fix syntax

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46547 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=14) %!d(string=hai) anos
pai
achega
99577b2d77
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/i.spectral/i.spectral.py

+ 1 - 1
scripts/i.spectral/i.spectral.py

@@ -110,7 +110,7 @@ def draw_gnuplot(what, xlabels, output, label):
 	"set noclabel",
 	"set xlabel 'Bands'",
 	"set ylabel 'DN Value'",
-	"set data style lines"
+	"set style data lines"
 	]