1d.histogram(1) Grass User's Manual d.histogram(1)
2
3
4
6 d.histogram - Displays a histogram in the form of a pie or bar chart
7 for a user-specified raster file.
8
10 display
11
13 d.histogram
14 d.histogram help
15 d.histogram [-nqC] map=string [color=string] [style=string]
16 [nsteps=integer]
17
18 Flags:
19 -n Display information for null cells
20
21 -q Gather the histogram quietly
22
23 -C Report for ranges defined in cats file (fp maps only)
24
25 Parameters:
26 map=string
27 Raster map for which histogram will be displayed
28
29 color=string
30 Color for legend and title Options: red,orange,yel‐
31 low,green,blue,indigo,vio‐
32 let,white,black,gray,brown,magenta,aqua,grey,cyan,purple Default:
33 black
34
35 style=string
36 Indicate if a pie or bar chart is desired Default: bar
37
38 nsteps=integer
39 Number of steps to divide the data range into (fp maps only)
40 Default: 255
41
43 d.histogram displays the category-value distribution for a user-speci‐
44 fied raster map layer, in the form of a bar chart or a pie chart. The
45 display will be displayed in the active display frame on the graphics
46 monitor, using the colors in the raster map layer's color table. The
47 program determines the raster file's category value distribution by
48 counting cells.
49
51 d.histogram uses the current geographic region settings and the current
52 mask (if one exists).
53
54 d.histogram uses the colors in the map's color look-up table (i.e., the
55 map's colr or colr2 file).
56
57 d.histogram does not erase the active frame before displaying output.
58
60 d.colors, d.colortable, d.erase, d.polar, g.region, r.stats, parser,
61
63 Dave Johnson
64 DBA Systems, Inc.
65 10560 Arrowhead Drive
66 Fairfax, Virginia 22030
67
68 Last changed: $Date: 2006/04/13 18:50:10 $
69
70 Full index
71
72
73
74GRASS 6.2.2 d.histogram(1)