table of contents
other versions
- stretch 7.2.0-2
- testing 7.6.0-1
- unstable 7.6.0-1
- experimental 7.6.1-1~exp1
d.rast(1grass) | Grass User's Manual | d.rast(1grass) |
NAME¶
d.rast - Displays user-specified raster map in the active graphics frame.KEYWORDS¶
display, graphics, rasterSYNOPSIS¶
d.rastd.rast --help
d.rast [-ni] map=name [values=value[-value][,value[-value],...]] [bgcolor=color] [--help] [--verbose] [--quiet] [--ui]
Flags:¶
- -n
-
Make null cells opaque - -i
-
Invert value list - --help
-
Print usage summary - --verbose
-
Verbose module output - --quiet
-
Quiet module output - --ui
-
Force launching GUI dialog
Parameters:¶
- map=name [required]
-
Name of raster map to be displayed - values=value[-value][,value[-value],...]
-
List of categories or values to be displayed - bgcolor=color
-
Background color (for null)
Either a standard color name or R:G:B triplet
Default: white
DESCRIPTION¶
d.rast displays the specified raster map in the active display frame on the graphics monitor.EXAMPLE¶
Display raster map "elevation":d.rast map=elevationDisplay raster map "elevation" but only values between 75 and 80:
d.rast map=elevation values=75-80Display raster map "landuse96_28m" but only categories 1 and 2:
d.rast landuse96_28m values=1,2
SEE ALSO¶
d.rast.arrow, d.rast.num, d.rast.leg, d.legend, d.mon, d.erase, d.vectwxGUI
AUTHOR¶
James Westervelt, U.S. Army Construction Engineering Research LaboratoryLast changed: $Date: 2014-01-26 00:43:30 +0100 (Sun, 26 Jan 2014) $
SOURCE CODE¶
Available at: d.rast source code (history)Main index | Display index | Topics index | Keywords index | Graphical index | Full index
© 2003-2016 GRASS Development Team, GRASS GIS 7.2.0 Reference Manual
GRASS 7.2.0 |