~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to scripts/d.rast.leg/description.html

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<H2>DESCRIPTION</H2>
2
 
 
3
 
<EM>d.rast.leg</EM>
4
 
is a GRASS script which clears the entire screen, divides it 
5
 
into a main (left) and a minor (right) frames, and then displays a raster 
6
 
map in the main frame and the map legend in the minor frame. The main
7
 
frame remains active when the program finishs.
8
 
 
9
 
 
10
 
<H2>NOTES</H2>
11
 
 
12
 
The legend may be flipped with the <B>-f</B> flag.
13
 
<P>
14
 
If the <B>num_of_lines</B> parameter is not given then the legend frame will 
15
 
display as many lines as number of categories in the map, otherwise, it 
16
 
will display the first <B>num_of_lines</B> minus 1 categories with the
17
 
rest being truncated.
18
 
<P>
19
 
The user may adjust the <B>num_of_lines</B> parameter or
20
 
the size of graphics window to get an appropriate result.
21
 
 
22
 
<P>
23
 
The user may specify a second raster map with the <b>rast</b> parameter from
24
 
which the legend is generated. This is useful to visualize (time) series of
25
 
raster maps with a common static legend instead of the default dynamic legend.
26
 
<P>
27
 
To remove all frames when clearing the display, use
28
 
"<em><tt>d.erase -f</tt></em>".
29
 
 
30
 
<H2>SEE ALSO</H2>
31
 
 
32
 
<EM><A HREF="d.legend.html">d.legend</A></EM><BR>
33
 
<EM><A HREF="d.erase.html">d.erase</A></EM><BR>
34
 
<EM><A HREF="d.rast.html">d.rast</A></EM>
35
 
 
36
 
<H2>AUTHORS</H2>
37
 
 
38
 
Jianping Xu, Scott Madry, Rutgers University<BR>
39
 
Markus Neteler
40
 
 
41
 
<p><i>Last changed: $Date: 2008-09-25 10:35:25 +0200 (Thu, 25 Sep 2008) $</i>