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   [-h]   [stvds=name[,name,...]]    [strds=name[,name,...]]
15       [coordinates=east,north]     [cats=string]     [attr=string]      [out‐
16       put=name]     [csv=name]     [title=string]    [xlabel=string]    [yla‐
17       bel=string]    [size=string]    [--overwrite]   [--help]    [--verbose]
18       [--quiet]  [--ui]
19
20   Flags:
21       -h
22           Set the header of CSV file, to be used with csv option
23
24       --overwrite
25           Allow output files to overwrite existing files
26
27       --help
28           Print usage summary
29
30       --verbose
31           Verbose module output
32
33       --quiet
34           Quiet module output
35
36       --ui
37           Force launching GUI dialog
38
39   Parameters:
40       stvds=name[,name,...]
41           Name of the input space time vector datasets
42
43       strds=name[,name,...]
44           Name of the input space time raster datasets
45
46       coordinates=east,north
47           Coordinates
48
49       cats=string
50           Categories of vectores features
51           To use only with stvds
52
53       attr=string
54           Name of attribute
55           Name of attribute which represent data for plotting
56
57       output=name
58           Name for output graphical file
59           Full  path  for  output  file containing the plot, ddd extension to
60           specify format (.png, .pdf, .svg)
61
62       csv=name
63           Name for output CSV file
64           Full path for the CSV file containing the plotted data
65
66       title=string
67           Title for plot
68           The title for the output plot
69
70       xlabel=string
71           Label for x axis
72           The x axis label for the output plot
73
74       ylabel=string
75           Label for y axis
76           The y axis label for the output plot
77
78       size=string
79           The size for output image
80           It works only with output parameter
81

DESCRIPTION

83       The Temporal Plot Tool is a wxGUI component that queries and plots  the
84       values  of a point, defined by a coordinate pair, in one or more tempo‐
85       ral datasets (strds, stvds, str3ds).
86
87       Supported features:
88
89           ·   temporal datasets  with  interval/point  and  absolute/relative
90               time,
91
92           ·   pop-up annotations with values information,
93
94           ·   query and plot multiple points via the command line,
95
96           ·   zoom and pan,
97
98           ·   change labels to x and y axes,
99
100           ·   add title to the plot, and
101
102           ·   export the time series values to a CSV file.
103       Figure:  Temporal  Plot  Tool To optionally add a title to the temporal
104       plot and/or change the x and y axes labels, first type the desired text
105       and then click Draw as showed below.
106       Figure:  Add  title and labels to a time series plot To export the time
107       series data to a text file (date and data values), type a name for  the
108       file and click Draw again. Optionally, set the check-box to print head‐
109       ers, as well.
110       Figure: Export time series values to a text file
111

NOTES

113       g.gui.tplot requires the Python plotting library Matplotlib.
114

SEE ALSO

116        Temporal data processing
117       wxGUI
118       wxGUI components
119

AUTHOR

121       Luca Delucchi, Fondazione Edmund Mach, Italy
122
123       $Date: 2018-03-24 16:30:00 +0100 (Sat, 24 Mar 2018) $
124

SOURCE CODE

126       Available at: wxGUI Temporal Plot Tool source code (history)
127
128       Main index | GUI index | Topics index  |  Keywords  index  |  Graphical
129       index | Full index
130
131       © 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
132
133
134
135GRASS 7.6.0                                                     g.gui.tplot(1)
Impressum