Divides active display into two frames & displays maps/executes commands in each frame.
display, setup
d.split
d.split help
d.split [map1=string] [cmd1=string] [map2=string] [cmd2=string] view=string [--verbose] [--quiet]
Enter raster map to display in 1st frame
Enter command to execute in 1st frame
Default: d.rast
Enter raster map to display in 2nd frame
Enter command to execute in 2nd frame
Default: d.rast
How to split display
Options: vert,horiz
Default: vert
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.
Commands such as d.rast.leg will interfere with the frame creation and cannot be used.
d.split view=horiz cmd1="d.rast slope" cmd2="d.histogram slope"
d.frame, d.split.frame
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