[GRASS-SVN] r63893 - grass/trunk/scripts/d.vect.thematic
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 1 05:05:31 PST 2015
Author: martinl
Date: 2015-01-01 05:05:31 -0800 (Thu, 01 Jan 2015)
New Revision: 63893
Modified:
grass/trunk/scripts/d.vect.thematic/d.vect.thematic.py
Log:
d.vect.thematic: fix interval count
Modified: grass/trunk/scripts/d.vect.thematic/d.vect.thematic.py
===================================================================
--- grass/trunk/scripts/d.vect.thematic/d.vect.thematic.py 2015-01-01 13:01:58 UTC (rev 63892)
+++ grass/trunk/scripts/d.vect.thematic/d.vect.thematic.py 2015-01-01 13:05:31 UTC (rev 63893)
@@ -546,7 +546,7 @@
line2 = 76
line3 = 75
- i = 1
+ i = 0
first = True
while i < numint:
More information about the grass-commit
mailing list