GRASS logo

NAME

d.rast.multi - Displays user-specified raster maps in the active graphics frame.

KEYWORDS

display, graphics, raster

SYNOPSIS

d.rast.multi
d.rast.multi --help
d.rast.multi [-ni] map=name[,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[,name,...] [required]
Name of raster map(s) 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

Table of contents

DESCRIPTION

d.rast.multi displays multiple raster maps in the active display frame on the graphics monitor.

EXAMPLE

Display raster map "elevation":
d.rast.multi map=Landsat5_ndvi_1,Landsat5_ndvi_2
Display raster maps "Landsat5_ndvi_1,Landsat5_ndvi_2" but only values between 0 and 0.5:
d.rast map=Landsat5_ndvi_1,Landsat5_ndvi_2 values=0-0.5
Display raster maps "Landsat5_ndvi_1,Landsat5_ndvi_2" but only categories 0.1 and 0.2:
d.rast map=Landsat5_ndvi_1,Landsat5_ndvi_2 values=0.1,0.2

SEE ALSO

d.rast, d.rast.arrow, d.rast.num, d.rast.leg, d.legend, d.mon, d.erase, d.vect

wxGUI

AUTHOR

James Westervelt, U.S. Army Construction Engineering Research Laboratory

SOURCE CODE

Available at: d.rast.multi source code (history)

Accessed: Monday Jul 27 12:22:21 2026


Main index | Display index | Topics index | Keywords index | Graphical index | Full index

© 2003-2026 GRASS Development Team, GRASS 8.5.1dev Reference Manual