KEYWORDS

display, setup

SYNOPSIS

d.split

d.split help

d.split [map1=string] [cmd1=string] [map2=string] [cmd2=string] view=string [--verbose] [--quiet]

Parameters:

map1=string

Enter raster map to display in 1st frame

cmd1=string

Enter command to execute in 1st frame

Default: d.rast

map2=string

Enter raster map to display in 2nd frame

cmd2=string

Enter command to execute in 2nd frame

Default: d.rast

view=string

How to split display

Options: vert,horiz

Default: vert

DESCRIPTION

d.split Divides active display into two equal frames horizontally or vertically, and displays raster maps or runs GRASS commands in each frame.

This module has been superseded by the new d.split.frame module, which is much nicer.

NOTES

Commands such as d.rast.leg will interfere with the frame creation and cannot be used.

EXAMPLE

d.split view=horiz cmd1="d.rast slope" cmd2="d.histogram slope"

RELATED TO d.split…

d.frame, d.split.frame

AUTHOR

GRASS team 1989 Update to GRASS 5.7 by Michael Barton, Arizona State University

Last changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $

Full index

� 2003-2014 GRASS Development Team