d.mvmon(1) - Linux man page

Name

d.mvmon - Moves displayed maps to another monitor

Keywords

display, setup

Synopsis

d.mvmon
d.mvmon help
d.mvmon
[-csk] to=string [from=string] [--verbose] [--quiet]

Flags:

-c
clear target monitor before moving
-s
stay with source monitor
-k
kill source monitor after moving
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

to=string
Target monitor
from=string
Source monitor

Description

d.mvmon moves current displayed maps to another monitor.

Exporting To Png

d.mvmon can be used to export drawings on a current window to a png image file (map.png) with the PNG driver. For example,
g.region rast=dem
d.mon x0
d.rast dem
d.vect big_streams width=10 color=blue
d.vect small_streams width=5 color=blue
d.mvmon PNG
d.mon stop=PNG
# now you have map.png.

See Also

d.save, d.redraw

Author

Huidae Cho

Last changed: $Date: 2005-08-10 03:39:58 +0200 (Wed, 10 Aug 2005) $

Full index

© 2003-2008 GRASS Development Team