1g.gui.tplot(1)                Grass User's Manual               g.gui.tplot(1)
2
3
4

NAME

6       g.gui.tplot  - Plots the values of temporal datasets.
7

KEYWORDS

9       general, GUI, temporal
10

SYNOPSIS

12       g.gui.tplot
13       g.gui.tplot --help
14       g.gui.tplot  [stvds=name[,name,...]]   [strds=name[,name,...]]   [coor‐
15       dinates=east,north]    [cats=string]    [attr=string]     [output=name]
16       [size=string]   [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui]
17
18   Flags:
19       --overwrite
20           Allow output files to overwrite existing files
21
22       --help
23           Print usage summary
24
25       --verbose
26           Verbose module output
27
28       --quiet
29           Quiet module output
30
31       --ui
32           Force launching GUI dialog
33
34   Parameters:
35       stvds=name[,name,...]
36           Name of the input space time vector datasets
37
38       strds=name[,name,...]
39           Name of the input space time raster datasets
40
41       coordinates=east,north
42           Coordinates
43
44       cats=string
45           Categories of vectores features
46           To use only with stvds
47
48       attr=string
49           Name of attribute
50           Name of attribute which represent data for plotting
51
52       output=name
53           Name for output file
54           Add extension to specify format (.png, .pdf, .svg)
55
56       size=string
57           The size for output image
58           It works only with output parameter
59

DESCRIPTION

61       The  Temporal  Plot  Tool is a wxGUI component which allows the user to
62       see in a plot the values of  one  or  more  temporal  datasets  (strds,
63       stvds, str3ds) for a queried point defined by a coordinate pair.
64
65       Supported features:
66
67           ·   temporal  datasets  with  interval/point  and absolute/relative
68               time,
69
70           ·   2D plots,
71
72           ·   pop-up annotations with values information,
73
74           ·   automatic output to query several point.
75

NOTES

77       g.gui.tplot requires the Python plotting library Matplotlib.
78

SEE ALSO

80        Temporal data processing
81       wxGUI
82       wxGUI components
83

AUTHOR

85       Luca Delucchi, Fondazione Edmund Mach, Italy
86
87       $Date: 2014-06-26 15:50:20 +0200 (Thu, 26 Jun 2014) $
88

SOURCE CODE

90       Available at: wxGUI Temporal Plot Tool source code (history)
91
92       Main index | GUI index | Topics index  |  Keywords  index  |  Graphical
93       index | Full index
94
95       © 2003-2019 GRASS Development Team, GRASS GIS 7.4.4 Reference Manual
96
97
98
99GRASS 7.4.4                                                     g.gui.tplot(1)
Impressum