[GRASS-SVN] r64872 - grass/branches/releasebranch_7_0/display/d.vect.chart
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 15 13:22:17 PDT 2015
Author: neteler
Date: 2015-03-15 13:22:17 -0700 (Sun, 15 Mar 2015)
New Revision: 64872
Added:
grass/branches/releasebranch_7_0/display/d.vect.chart/d_vect_chart_pie_2d.png
Modified:
grass/branches/releasebranch_7_0/display/d.vect.chart/
grass/branches/releasebranch_7_0/display/d.vect.chart/d.vect.chart.html
Log:
d.vect.chart manual: screenshot added
Property changes on: grass/branches/releasebranch_7_0/display/d.vect.chart
___________________________________________________________________
Modified: svn:ignore
- OBJ.*
+ OBJ.*
*.tmp.html
Modified: grass/branches/releasebranch_7_0/display/d.vect.chart/d.vect.chart.html
===================================================================
--- grass/branches/releasebranch_7_0/display/d.vect.chart/d.vect.chart.html 2015-03-15 20:15:31 UTC (rev 64871)
+++ grass/branches/releasebranch_7_0/display/d.vect.chart/d.vect.chart.html 2015-03-15 20:22:17 UTC (rev 64872)
@@ -28,12 +28,19 @@
<h3>Example 1</h3>
-Pie-chart of winter precipitation (North Carolina sample dataset):
+Pie-chart of monthly winter precipitation (North Carolina sample dataset):
<div class="code"><pre>
-d.vect.chart precip_30ynormals columns=nov,dec,jan,feb -l
+g.region vector=nc_state -p
+d.vect nc_state
+d.vect.chart precip_30ynormals chart_type=pie columns=nov,dec,jan,feb -l
</pre></div>
+<center>
+<img src="d_vect_chart_pie_2d.png" alt="d.vect.chart 2D pie chart"><br>
+2D pie-chart of monthly winter precipitation in North Carolina
+</center>
+
<h3>Example 2</h3>
Bar-chart of different census map values:
@@ -57,8 +64,10 @@
d.vect erode_index_ctrds icon=basic/circle fcol=black col=black size=5
</pre></div>
+<center>
<img src="d.vect.chart_example.jpg" alt="d.vect.chart example"><br>
Bar charts of an erodibiliy index (spatial subset)
+</center>
<h2>SEE ALSO</h2>
Added: grass/branches/releasebranch_7_0/display/d.vect.chart/d_vect_chart_pie_2d.png
===================================================================
(Binary files differ)
Property changes on: grass/branches/releasebranch_7_0/display/d.vect.chart/d_vect_chart_pie_2d.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
More information about the grass-commit
mailing list