[GRASS-SVN] r31311 - grass-addons/display/d.frame.split

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 11 02:36:08 EDT 2008


Author: hamish
Date: 2008-05-11 02:36:08 -0400 (Sun, 11 May 2008)
New Revision: 31311

Added:
   grass-addons/display/d.frame.split/d.frame.split.html
Log:
add help page

Added: grass-addons/display/d.frame.split/d.frame.split.html
===================================================================
--- grass-addons/display/d.frame.split/d.frame.split.html	                        (rev 0)
+++ grass-addons/display/d.frame.split/d.frame.split.html	2008-05-11 06:36:08 UTC (rev 31311)
@@ -0,0 +1,43 @@
+<H2>DESCRIPTION</H2>
+
+<EM>d.split</EM> divides the active display into a number of equal frames,
+either horizontally or vertically.
+
+
+<H2>NOTES</H2>
+
+Frame labels are created as Spanish numbers to distinguish them from
+monitor numbers, etc. These are "<i>uno, dos, tres, cuatro, cinco,
+seis, siete, ocho, nueve, diez, once, doce, trece, catorce, quince,
+and dieciseis</i>" for frames 1-16.
+The background frame is called <i>full_screen</i>.
+
+<P>
+Commands such as <em>d.rast.leg</em> will interfere with the frame creation
+and cannot be used.
+
+<H2>EXAMPLE</H2>
+
+Split the display monitor into six frames (3x2), jump to the third frame,
+and draw a map.
+<div class="code"><pre>
+  d.split -h frames=6 
+  d.frame -s tres
+  d.rast elevation.dem
+</pre></div>
+<BR>
+
+
+<H2>SEE ALSO</H2>
+
+<EM>
+<A HREF="d.frame.html">d.frame</A>
+</EM>
+
+
+<H2>AUTHOR</H2>
+
+Hamish Bowman<BR>
+<i>Dunedin, New Zealand</i>
+<p>
+<i>Last changed: $Date$</i>


Property changes on: grass-addons/display/d.frame.split/d.frame.split.html
___________________________________________________________________
Name: svn:mime-type
   + text/html
Name: svn:keywords
   + Author Date Id



More information about the grass-commit mailing list