other versions
- wheezy 6.4.2-2
- jessie 6.4.4-1
- testing 7.2.0-2
- unstable 7.2.0-2
- experimental 7.2.1-1~exp1
| d.vect.chart(1grass) | Grass User's Manual | d.vect.chart(1grass) |
NAME¶
d.vect.chart - Displays charts of vector data in the active frame on the graphics monitor.KEYWORDS¶
display, cartographySYNOPSIS¶
d.vect.chartFlags:¶
- -c
-
Center the bar chart around a data point
- -l
-
Create legend information and send to stdout
- --verbose
-
Verbose module output
- --quiet
-
Quiet module output
Parameters:¶
- map=name
-
Name of input vector map
- type=string[,string,...]
-
Feature typeOptions: point,line,boundary,centroid,areaDefault: point,line,boundary,centroid
- layer=integer
-
Layer numberA single vector map can be connected to multiple database tables. This number determines which table to use.Default: 1
- ctype=string
-
Chart typeOptions: pie,barDefault: pie
- columns=string[,string,...]
-
Attribute columns containing data
- sizecol=string
-
Column used for pie chart size
- size=integer
-
Size of chart (diameter for pie, total width for bar)Default: 40
- scale=float
-
Scale for size (to get size in pixels)Default: 1
- ocolor=string
-
Outline colorDefault: black
- colors=string[,string,...]
-
Colors used to fill charts
- max_ref=float[,float,...]
-
Maximum value used for bar plot reference
DESCRIPTION¶
d.vect.chart displays charts for GRASS vector data in the active frame on the graphics monitor.NOTES¶
The charts are positioned as follows:-
vector points: on point position
-
vector lines: on line centers
-
vector areas: on area centroids
EXAMPLES¶
Example 1¶
Example 2¶
Create framed bar graphs of an erodibiliy index from the SPEARFISH dataset.size=10 max_ref=12 scale=1.5 colors=yellow
SEE ALSO¶
d.erase, d.vect, d.vect.thematic, d.what.vect, d.rastAUTHOR¶
Radim Blazek, ITC-Irst, Trento, Italy Last changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $ Full index © 2003-2011 GRASS Development Team| GRASS 6.4.2 |