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