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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 15 13:22:51 PDT 2015


Author: neteler
Date: 2015-03-15 13:22:51 -0700 (Sun, 15 Mar 2015)
New Revision: 64873

Added:
   grass/trunk/display/d.vect.chart/d_vect_chart_pie_2d.png
   grass/trunk/display/d.vect.chart/d_vect_chart_pie_3d.png
Modified:
   grass/trunk/display/d.vect.chart/
   grass/trunk/display/d.vect.chart/d.vect.chart.html
Log:
d.vect.chart manual: screenshot for 2D and 3D pie chart added


Property changes on: grass/trunk/display/d.vect.chart
___________________________________________________________________
Modified: svn:ignore
   - OBJ.*

   + OBJ.*
*.tmp.html


Modified: grass/trunk/display/d.vect.chart/d.vect.chart.html
===================================================================
--- grass/trunk/display/d.vect.chart/d.vect.chart.html	2015-03-15 20:22:17 UTC (rev 64872)
+++ grass/trunk/display/d.vect.chart/d.vect.chart.html	2015-03-15 20:22:51 UTC (rev 64873)
@@ -28,12 +28,29 @@
 
 <h3>Example 1</h3>
 
-Pie-chart of winter precipitation (North Carolina sample dataset):
+Pie-charts 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
+
+# show pie chart as 3D
+d.erase
+d.vect nc_state
+d.vect.chart precip_30ynormals chart_type=pie columns=nov,dec,jan,feb -l -3
 </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>
+<p>
+<center>
+<img src="d_vect_chart_pie_3d.png" alt="d.vect.chart 3D pie chart"><br>
+3D pie-chart of monthly winter precipitation in North Carolina
+</center>
+
 <h3>Example 2</h3>
 
 Bar-chart of different census map values:
@@ -57,8 +74,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/trunk/display/d.vect.chart/d_vect_chart_pie_2d.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/display/d.vect.chart/d_vect_chart_pie_2d.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: grass/trunk/display/d.vect.chart/d_vect_chart_pie_3d.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/display/d.vect.chart/d_vect_chart_pie_3d.png
___________________________________________________________________
Added: svn:mime-type
   + image/png



More information about the grass-commit mailing list