1display_graphical(1) GRASS GIS User's Manual display_graphical(1)
2
3
4
5.img-list { margin: 0; padding: 0; list-style-type: none; } .img-list li {
6padding: 5px; overflow: auto; } .img-list li:hover { background-color: #eee; }
7.img-list li a { color: initial; text-decoration: none; display: block; }
8.img-list li img { width: 10%; float: left; margin: 0 15px 0 0; background:
9white; object-fit: scale-down; } .img-list li img.default-img { max-height:
105ex; } .img-list li .desc { margin: 0px; } .img-list li .name { margin: 5px;
11display: block; color: #409940; font-weight: bold; font-style: italic; }
12
14 Go to display introduction | topics
15
16 Display modules:
17 • d.background Fills the graphics display frame with user defined
18 color.
19
20 • d.barscale Displays a barscale on the graphics monitor.
21
22 • d.colorlist Outputs a list of all available display colors.
23
24 • d.colortable Displays the color table associated with a raster
25 map layer.
26
27 • d.correlate Prints a graph of the correlation between raster
28 maps (in pairs).
29
30 • d.erase Erases the contents of the active graphics display
31 frame with user defined color.
32
33 • d.font Selects the font in which text will be displayed on the
34 user’s graphics monitor.
35
36 • d.fontlist Lists the available fonts.
37
38 • d.frame Manages display frames on the user’s graphics monitor.
39
40 • d.geodesic Displays a geodesic line, tracing the shortest dis‐
41 tance between two geographic points along a great circle, in a
42 longitude/latitude data set.
43
44 • d.graph Program for generating and displaying simple graphics
45 on the display monitor.
46
47 • d.grid Overlays a user-specified grid in the active display
48 frame on the graphics monitor.
49
50 • d.his Displays the result obtained by combining hue, intensity,
51 and saturation (HIS) values from user-specified input raster
52 map layers.
53
54 • d.histogram Displays a histogram in the form of a pie or bar
55 chart for a user-specified raster map.
56
57 • d.info Displays information about the active display monitor.
58
59
60 • d.labels Displays text labels (created with v.label) to the ac‐
61 tive frame on the graphics monitor.
62
63 • d.legend Displays a legend for a 2D or 3D raster map in the ac‐
64 tive frame of the graphics monitor.
65
66 • d.legend.vect Displays a vector legend in the active graphics
67 frame.
68
69 • d.linegraph Generates and displays simple line graphs in the
70 active graphics monitor display frame.
71
72 • d.mon Controls graphics display monitors from the command line.
73
74 • d.northarrow Displays a north arrow on the graphics monitor.
75
76 • d.out.file Saves the contents of the active display monitor to
77 a graphics file.
78
79 • d.path Finds shortest path for selected starting and ending
80 node.
81
82 • d.polar Draws polar diagram of angle map such as aspect or flow
83 directions
84
85 • d.profile Plots profile of a transect.
86
87 • d.rast.arrow Draws arrows representing cell aspect direction
88 for a raster map containing aspect data.
89
90 • d.rast.edit Edits cell values in a raster map.
91
92 • d.rast Displays user-specified raster map in the active graph‐
93 ics frame.
94
95 • d.rast.leg Displays a raster map and its legend on a graphics
96 window
97
98 • d.rast.num Overlays cell category values on a raster map dis‐
99 played in the active graphics frame.
100
101 • d.redraw Redraws the content of currently selected monitor.
102
103 • d.rgb Displays three user-specified raster maps as red, green,
104 and blue overlays in the active graphics frame.
105
106 • d.rhumbline Displays the rhumbline joining two longitude/lati‐
107 tude coordinates.
108
109 • d.shade Drapes a color raster over an shaded relief or aspect
110 map.
111
112 • d.text Draws text in the active display frame on the graphics
113 monitor using the current font.
114
115 • d.title Create a TITLE for a raster map in a form suitable for
116 display with d.text.
117
118 • d.to.rast Saves the contents of the active display monitor to a
119 raster map.
120
121 • d.vect.chart Displays charts of vector data in the active frame
122 on the graphics monitor.
123
124 • d.vect Displays user-specified vector map in the active graph‐
125 ics frame.
126
127 • d.vect.thematic Displays a thematic vector map in the active
128 graphics frame.
129
130 • d.what.rast Allows the user to interactively query raster map
131 layers at user-selected locations.
132
133 • d.what.vect Allows the user to interactively query vector map
134 layers at user-selected locations.
135
136 • d.where Identifies the geographic coordinates associated with
137 point locations given in display coordinates.
138
139 Main index | Topics index | Keywords index | Graphical index | Full in‐
140 dex
141
142 © 2003-2023 GRASS Development Team, GRASS GIS 8.3.1 Reference Manual
143
144
145
146GRASS 8.3.1 display_graphical(1)