NAME
d.sites.color - Displays site markers in the active display
frame on the graphics monitor.
(GRASS Display Program)
SYNOPSIS
d.sites.color
d.sites.color help
d.sites.color sitefile=name [size=value]
[type=name] [min=value] [max=value] [col=value]
[coltype=name]
DESCRIPTION
d.sites.color displays a GRASS site_lists map
using site markers of size, and type specified by the user. The color of
markers dipends on value in column specified by col parameter. Output is displayed
in the active frame on the graphics monitor.
This program can be run non-interactively or interactively. If the user
gives the name of a GRASSsite_lists map and (optionally) specifies
other parameter values on the command line the program will be run non-interactively;
any parameter values left unspecified are set to their default values (see
below). Alternately, the user can type simply d.sites.color on the
command line; in this case, the program will prompt the user for parameter
values using the standard GRASS parser
interface.
Parameters:
- sitefile=name
- Name of a GRASS site_lists map in the user's current mapset
search path
- size=value
- Size, in pixels, in which the site icons are to be drawn.
Options: 0-1000
Default: 0
- type=name
- The type of icon to be displayed at site locations.
Options: x, diamond, box, +
Default: x
- min=value
- min value present in col to be drawn.
Default: 0.0
- max=value
- max value present in col to be drawn.
Default: 0.0
- col=value
- column value to be drawn.
Default: 1
- coltype=name
- type of color in which the site icons are to be drawn.
Options: grayscale, 16color
Default: grayscale
SEE ALSO
d.sites
d.display
d.icons
d.points
d.rast
d.vect
g.region
parser
AUTHOR
Mauro Bailotti, Studio Candidi Tommasi, Udine - Italy
Last changed: $Date: 2003/08/29 11:05:01 $