[GRASS-SVN] r63384 - grass/trunk/scripts/d.rast.leg
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 5 10:37:38 PST 2014
Author: neteler
Date: 2014-12-05 10:37:38 -0800 (Fri, 05 Dec 2014)
New Revision: 63384
Modified:
grass/trunk/scripts/d.rast.leg/d.rast.leg.py
Log:
d.rast.leg: update d.legend call
Modified: grass/trunk/scripts/d.rast.leg/d.rast.leg.py
===================================================================
--- grass/trunk/scripts/d.rast.leg/d.rast.leg.py 2014-12-05 17:59:13 UTC (rev 63383)
+++ grass/trunk/scripts/d.rast.leg/d.rast.leg.py 2014-12-05 18:37:38 UTC (rev 63384)
@@ -155,7 +155,7 @@
# lflags += 'n'
make_frame(f, 0, 90, 70, 100)
- grass.run_command('d.legend', flags = lflags, rast = lmap, lines = nlines, at = leg_at)
+ grass.run_command('d.legend', flags = lflags, raster = lmap, lines = nlines, at = leg_at)
#draw map
make_frame(f, 0, 100, 0, 70)
More information about the grass-commit
mailing list