Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 413e0bdb3c48563b2d8d9038d07d5533 > files > 1518

grass-6.3.0-15.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS: d.mvmon</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">

<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>

<h2>NAME</h2>
<em><b>d.mvmon</b></em>  - Moves displayed maps to another monitor
<h2>KEYWORDS</h2>
display, setup
<h2>SYNOPSIS</h2>
<b>d.mvmon</b><br>
<b>d.mvmon help</b><br>
<b>d.mvmon</b> [-<b>csk</b>] <b>to</b>=<em>string</em>  [<b>from</b>=<em>string</em>]   [--<b>verbose</b>]  [--<b>quiet</b>] 

<h3>Flags:</h3>
<DL>
<DT><b>-c</b></DT>
<DD>clear target monitor before moving</DD>

<DT><b>-s</b></DT>
<DD>stay with source monitor</DD>

<DT><b>-k</b></DT>
<DD>kill source monitor after moving</DD>

<DT><b>--verbose</b></DT>
<DD>Verbose module output</DD>
<DT><b>--quiet</b></DT>
<DD>Quiet module output</DD>
</DL>

<h3>Parameters:</h3>
<DL>
<DT><b>to</b>=<em>string</em></DT>
<DD>Target monitor</DD>

<DT><b>from</b>=<em>string</em></DT>
<DD>Source monitor</DD>

</DL>
<h2>DESCRIPTION</h2>

<em>d.mvmon</em> moves current displayed maps to another monitor.

<h2>EXPORTING TO PNG</h2>

<em>d.mvmon</em> can be used to export drawings on a current window to a png image file (map.png) with the PNG driver. For example,
<pre>
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.
</pre>

<H2>SEE ALSO</H2>
 
<EM><a href="d.save.html">d.save</a></EM>,
<EM><a href="d.redraw.html">d.redraw</a></EM>

<h2>AUTHOR</h2>

Huidae Cho

<p><i>Last changed: $Date: 2005-08-10 03:39:58 +0200 (Wed, 10 Aug 2005) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="display.html">display index</a> - <a href="full_index.html">Full index</a></P>
<P>&copy; 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>