1d.barscale(1) Grass User's Manual d.barscale(1)
2
3
4
6 d.barscale - Displays a barscale on the graphics monitor.
7
9 display, cartography
10
12 d.barscale
13 d.barscale help
14 d.barscale [-mfltns] [bcolor=string] [tcolor=string] [at=x,y]
15 [--verbose] [--quiet]
16
17 Flags:
18 -m
19 Use mouse to interactively place scale
20
21 -f
22 Use feet/miles instead of meters
23
24 -l
25 Draw a line scale instead of a bar scale
26
27 -t
28 Write text on top of the scale, not to the right
29
30 -n
31 Draw a north arrow only
32
33 -s
34 Draw a scale bar only
35
36 --verbose
37 Verbose module output
38
39 --quiet
40 Quiet module output
41
42 Parameters:
43 bcolor=string
44 Background color, either a standard GRASS color, R:G:B triplet, or
45 "none"
46 Default: white
47
48 tcolor=string
49 Text color, either a standard GRASS color or R:G:B triplet
50 Default: black
51
52 at=x,y
53 The screen coordinates for top-left corner of label ([0,0] is top-
54 left of frame)
55 Options: 0-100
56 Default: 0.0,0.0
57
59 d.barscale displays a barscale on the graphics monitor using either the
60 mouse or given screen coordinates. It can draw the scale in a couple of
61 styles or simply draw a north arrow.
62
64 d.barscale will not work in Lat/Lon locations as the horizontal scale
65 distance changes with latitude. Try d.grid instead.
66
68 d.graph
69 d.grid
70 d.legend
71 d.measure
72 d.where
73
74 g.region
75
76
78 unknown.
79
80 Last changed: $Date: 2007-07-03 08:52:28 +0200 (Tue, 03 Jul 2007) $
81
82 Full index
83
84 © 2003-2008 GRASS Development Team
85
86
87
88GRASS 6.3.0 d.barscale(1)