description.html 921 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <H2>DESCRIPTION</H2>
  2. <EM>d.split</EM> divides the active display into a number of equal frames,
  3. either horizontally or vertically.
  4. <H2>NOTES</H2>
  5. Frame labels are created as Spanish numbers to distinguish them from
  6. monitor numbers, etc. These are "<i>uno, dos, tres, cuatro, cinco,
  7. seis, siete, ocho, nueve, diez, once, doce, trece, catorce, quince,
  8. and dieciseis</i>" for frames 1-16.
  9. The background frame is called <i>full_screen</i>.
  10. <P>
  11. Commands such as <em>d.rast.leg</em> will interfere with the frame creation
  12. and cannot be used.
  13. <H2>EXAMPLE</H2>
  14. Split the display monitor into six frames (3x2), jump to the third frame,
  15. and draw a map.
  16. <div class="code"><pre>
  17. d.split -h frames=6
  18. d.frame -s tres
  19. d.rast elevation.dem
  20. </pre></div>
  21. <BR>
  22. <H2>SEE ALSO</H2>
  23. <EM>
  24. <A HREF="d.frame.html">d.frame</A>
  25. </EM>
  26. <H2>AUTHOR</H2>
  27. Hamish Bowman<BR>
  28. <i>Dunedin, New Zealand</i>
  29. <p>
  30. <i>Last changed: $Date$</i>