ÐÐÐСÐÐÐÐ d.vect.chart displays charts for GRASS vector data in the active frame on the graphics monitor. ÐÐ ÐÐÐЧÐÐÐЯ The charts are positioned as follows: * vector points: on point position * vector lines: on line centers * vector areas: on area centroids Bar charts are placed with their lower edge starting from the y-coordinate of the feature being symbolized, and centered with respect to the x-coordinate. The -c flag can be used to center the bar chart in both x and y directions. 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 ctype is bar (See Example 2). ÐÐ ÐÐÐРЫ ÐÐ ÐÐÐÐ 1 d.vect.chart map=vectmap columns=cens51,cens61,cens71,cens81 ÐÐ ÐÐÐÐ 2 Create framed bar graphs of an erodibiliy index from the SPEARFISH dataset. r.to.vect -s -v in=erode.index out=erode_index feature=area v.extract in=erode_index out=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 d.vect erode_index_ctrds icon=basic/circle fcol=black col=black size=5 Example screenshot (zoomed): d.vect.chart example СÐ. ТÐÐÐÐ [1]d.erase, [2]d.vect, [3]d.vect.thematic, [4]d.what.vect, [5]d.rast ÐÐТÐÐ Radim Blazek, ITC-Irst, Trento, Italy Last changed: $Date: 2007-06-02 15:46:58 -0500 (Сб, 02 иÑн 2007) $ ÐвÑÐ¾Ñ Ð¿ÐµÑевода References 1. file://localhost/root/tmp/2/fin/d.erase.html 2. file://localhost/root/tmp/2/fin/d.vect.html 3. file://localhost/root/tmp/2/fin/d.vect.thematic.html 4. file://localhost/root/tmp/2/fin/d.what.vect.html 5. file://localhost/root/tmp/2/fin/d.rast.html