logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

d.labels - Displays text labels (created with v.label) to the active frame on the graphics monitor.

Author

       James Westervelt, U.S. Army Construction Engineering Research Laboratory

Description

d.labels  displays a paint label file in the active display frame on the graphics monitor. Each label has
       components which determine the text, the location of the text on the image, its size, and the  background
       for  the  text.  This  file can be generated with the v.label program or simply created by the user as an
       ASCII file (using a text editor) and placed in the appropriate directory under the user’s current  mapset
       and project (i.e. $MAPSET/paint/labels/).

Keywords

       display, paint labels

Name

d.labels  - Displays text labels (created with v.label) to the active frame on the graphics monitor.

Notes

       Some  of  the information stored in the label file is unused by d.labels.  This extra information is used
       by such programs as ps.map.

       This module was formerly known as d.paint.labels.  The the old version of d.labels from  GRASS  5,  which
       provided  interactive  placement  and modification of paint labels, still needs to have its functionality
       merged into this module.

See Also

d.fontd.textd.titleps.mapv.label

Source Code

       Available at: d.labels source code (history)

       Accessed: Friday Apr 04 01:18:47 2025

       Main index | Display index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                     d.labels(1grass)

Synopsis

d.labelsd.labels--helpd.labels [-i] labels=string  [minreg=float]   [maxreg=float]   [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:-i
           Ignore rotation setting and draw horizontally

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:labels=string[required]
           Name of label file

       minreg=float
           Minimum region size (diagonal) when labels are displayed

       maxreg=float
           Maximum region size (diagonal) when labels are displayed

See Also