[GRASS-SVN] r56714 - grass/trunk/display/d.vect.chart

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 15 03:20:23 PDT 2013


Author: neteler
Date: 2013-06-15 03:20:23 -0700 (Sat, 15 Jun 2013)
New Revision: 56714

Modified:
   grass/trunk/display/d.vect.chart/d.vect.chart.html
   grass/trunk/display/d.vect.chart/main.c
Log:
d.vect.chart: +keyword; HTML cosmetics

Modified: grass/trunk/display/d.vect.chart/d.vect.chart.html
===================================================================
--- grass/trunk/display/d.vect.chart/d.vect.chart.html	2013-06-15 09:54:06 UTC (rev 56713)
+++ grass/trunk/display/d.vect.chart/d.vect.chart.html	2013-06-15 10:20:23 UTC (rev 56714)
@@ -35,8 +35,9 @@
 
 Create framed bar graphs of an erodibiliy index from the SPEARFISH dataset.
 <div class="code"><pre>
-r.to.vect -s -v in=erode.index out=erode_index feature=area 
-v.extract in=erode_index out=erode_index_ctrds type=centroid 
+g.region rast=erode.index
+r.to.vect -s -v input=erode.index output=erode_index feature=area 
+v.extract input=erode_index output=erode_index_ctrds type=centroid 
 d.rast aspect
 d.vect.chart map=erode_index_ctrds ctype=bar columns=cat \
              size=10 max_ref=12 scale=1.5 colors=yellow 

Modified: grass/trunk/display/d.vect.chart/main.c
===================================================================
--- grass/trunk/display/d.vect.chart/main.c	2013-06-15 09:54:06 UTC (rev 56713)
+++ grass/trunk/display/d.vect.chart/main.c	2013-06-15 10:20:23 UTC (rev 56714)
@@ -62,6 +62,7 @@
     module = G_define_module();
     G_add_keyword(_("display"));
     G_add_keyword(_("cartography"));
+    G_add_keyword(_("chart maps"));
     module->description =
 	_("Displays charts of vector data in the active frame "
 	  "on the graphics monitor.");



More information about the grass-commit mailing list