[GRASS-SVN] r31310 - grass/trunk/scripts/d.split

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 11 02:32:05 EDT 2008


Author: hamish
Date: 2008-05-11 02:32:05 -0400 (Sun, 11 May 2008)
New Revision: 31310

Modified:
   grass/trunk/scripts/d.split/description.html
Log:
replace d.split with improved version from grass-addons

Modified: grass/trunk/scripts/d.split/description.html
===================================================================
--- grass/trunk/scripts/d.split/description.html	2008-05-11 06:31:03 UTC (rev 31309)
+++ grass/trunk/scripts/d.split/description.html	2008-05-11 06:32:05 UTC (rev 31310)
@@ -1,27 +1,43 @@
 <H2>DESCRIPTION</H2>
 
+<EM>d.split</EM> divides the active display into a number of equal frames,
+either horizontally or vertically.
 
-<EM>d.split</EM> Divides active display into two equal frames horizontally or vertically, and displays raster maps or runs GRASS commands in each frame.
-<br>
 
 <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>
 
-<tt>
-d.split view=horiz cmd1="d.rast slope" cmd2="d.histogram slope"
-</tt>
+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>
+<EM>
+<A HREF="d.frame.html">d.frame</A>
+</EM>
 
 
 <H2>AUTHOR</H2>
 
-GRASS team 1989
-Update to GRASS 5.7 by Michael Barton, Arizona State University
-<p><i>Last changed: $Date$</i>
+Hamish Bowman<BR>
+<i>Dunedin, New Zealand</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list