1d.legend.vect(1)            GRASS GIS User's Manual           d.legend.vect(1)
2
3
4

NAME

6       d.legend.vect  - Displays a vector legend in the active graphics frame.
7

KEYWORDS

9       display, cartography, vector, legend
10

SYNOPSIS

12       d.legend.vect
13       d.legend.vect --help
14       d.legend.vect  [-b]  [at=left,top]   [columns=integer]   [title=string]
15       [symbol_size=integer]    [border_color=name]    [bgcolor=name]    [bor‐
16       der_width=integer]       [font=string]       [fontsize=float]      [ti‐
17       tle_font=string]        [title_fontsize=float]        [sub_font=string]
18       [sub_fontsize=float]    [fontcolor=name]   [separator=character]   [in‐
19       put=name]    [output=name]     [--overwrite]    [--help]    [--verbose]
20       [--quiet]  [--ui]
21
22   Flags:
23       -b
24           Display legend background
25
26       --overwrite
27           Allow output files to overwrite existing files
28
29       --help
30           Print usage summary
31
32       --verbose
33           Verbose module output
34
35       --quiet
36           Quiet module output
37
38       --ui
39           Force launching GUI dialog
40
41   Parameters:
42       at=left,top
43           Screen  position  of legend to be drawn (percentage, [0,0] is lower
44           left)
45           Options: 0-100
46           Default: 10,40
47
48       columns=integer
49           Number of legend columns
50           Default: 1
51
52       title=string
53           Legend title
54
55       symbol_size=integer
56           Symbol size
57           Default: 20
58
59       border_color=name
60           Border color
61           Either a standard color name, R:G:B triplet, or "none"
62           Default: black
63
64       bgcolor=name
65           Background color
66           Either a standard color name, R:G:B triplet, or "none"
67           Default: white
68
69       border_width=integer
70           Background border width
71           Default: 2
72
73       font=string
74           Font name
75
76       fontsize=float
77           Font size
78           Default: 12
79           Options: 1-360
80
81       title_font=string
82           Title font name
83
84       title_fontsize=float
85           Title font size
86           Default: 18
87           Options: 1-360
88
89       sub_font=string
90           Subtitle font name
91
92       sub_fontsize=float
93           Subtitle font size
94           Default: 14
95           Options: 1-360
96
97       fontcolor=name
98           Font color
99           Either a standard color name or R:G:B triplet
100           Default: black
101
102       separator=character
103           Field separator for input file
104           Special characters: pipe, comma, space, tab, newline
105           Default: pipe
106
107       input=name
108           Input legend file
109           Path to legend file
110
111       output=name
112           Output csv file
113           Path to output file or ’-’ for standard output
114

DESCRIPTION

116       Module d.legend.vect draws vector legend of currently displayed  vector
117       ma