![]() |
![]()
| ![]() |
![]()
NAMEd.vect.chart - Displays charts of vector data in the active frame on the graphics monitor. KEYWORDSdisplay, cartography, chart maps SYNOPSISd.vect.chart
Flags:Parameters:
DESCRIPTIONd.vect.chart displays charts for GRASS vector data in the active frame on the graphics monitor. NOTESThe charts are positioned as follows:
The ’sizecol’ parameter is proportionate to the radius. The optional max_ref parameter accepts a list of values that represent the maximum value for each column listed in the values for the parameter columns. These values are used to create a framed bar plot if chart_type is bar (See Example 2). EXAMPLESExample 1Pie-charts of monthly winter precipitation (North Carolina sample
dataset):
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 2D pie-chart of monthly winter precipitation in North Carolina 3D pie-chart of monthly winter precipitation in North Carolina Example 2Bar-chart of different census map values:
d.vect.chart map=vectmap columns=cens51,cens61,cens71,cens81 chart_type=bar Example 3Creation of framed bar charts of an erodibiliy index from the
Spearfish sample dataset:
g.region raster=erode.index -p r.to.vect -s input=erode.index output=erode_index type=area v.extract input=erode_index output=erode_index_ctrds type=centroid d.rast aspect d.vect.chart map=erode_index_ctrds chart_type=bar columns=cat \ Bar charts of an erodibiliy index (spatial subset) SEE ALSOd.erase, d.vect, d.vect.thematic, d.what.vect, d.rast AUTHORRadim Blazek, ITC-Irst, Trento, Italy SOURCE CODEAvailable at: d.vect.chart source code (history) Latest change: Wednesday Nov 27 22:53:26 2024 in commit: b90ce69e88409469369ec1edb86fde8ec822af8b Main index | Display index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|