[GRASS-SVN] r72555 - grass/trunk/gui/wxpython/tplot

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 24 08:30:01 PDT 2018


Author: veroandreo
Date: 2018-03-24 08:30:00 -0700 (Sat, 24 Mar 2018)
New Revision: 72555

Added:
   grass/trunk/gui/wxpython/tplot/g_gui_tplot_export_csv.png
   grass/trunk/gui/wxpython/tplot/g_gui_tplot_labels.png
Modified:
   grass/trunk/gui/wxpython/tplot/g.gui.tplot.html
Log:
g.gui.tplot manual: added examples for the new features implemented (export csv and set title and labels for plot)

Modified: grass/trunk/gui/wxpython/tplot/g.gui.tplot.html
===================================================================
--- grass/trunk/gui/wxpython/tplot/g.gui.tplot.html	2018-03-24 11:36:15 UTC (rev 72554)
+++ grass/trunk/gui/wxpython/tplot/g.gui.tplot.html	2018-03-24 15:30:00 UTC (rev 72555)
@@ -2,23 +2,51 @@
 <!-- meta page index: topic_gui|GUI -->
 <h2>DESCRIPTION</h2>
 
-The <b>Temporal Plot Tool</b> is a <em><a href="wxGUI.html">wxGUI</a></em> component
-which allows the user to see in a plot the values of one or more temporal datasets (strds, stvds,
-str3ds) for a queried point defined by a coordinate pair.
+The <b>Temporal Plot Tool</b> is a <em><a href="wxGUI.html">wxGUI</a></em>
+component that queries and plots the values of a point, defined by a coordinate
+pair, in one or more temporal datasets (strds, stvds, str3ds).
+
 <p>
 Supported features:
 <ul>
   <li>temporal datasets with interval/point and absolute/relative time,</li>
-  <li>2D plots,</li>
-  <!-- <li>3D plots - spatio-temporal extent (matplotlib >= 1.0.0)</li> -->
   <li>pop-up annotations with values information,</li>
-  <li>automatic output to query several point.</li>
+  <li>query and plot multiple points via the command line,</li>
+  <li>zoom and pan,</li>
+  <li>change labels to x and y axes,</li>
+  <li>add title to the plot, and</li>
+  <li>export the time series values to a CSV file.</li>
 </ul>
 
-<center>
-<img src="tplot.png" border="1" alt="Temporal Plot Tool">
-</center>
+<div align="center" style="margin: 10px">
+<a href="g_gui_tplot_labels.png">
+<img src="tplot.png" width="600" height="367" alt="Temporal Plot Tool" border="0" >
+</a><br>
+<i>Figure: Temporal Plot Tool</i>
+</div>
 
+To optionally add a title to the temporal plot and/or change the x and y
+axes labels, first type the desired text and then click <em>Draw</em> as
+showed below.
+
+<div align="center" style="margin: 10px">
+<a href="g_gui_tplot_labels.png">
+<img src="g_gui_tplot_labels.png" width="600" height="482" alt="g.gui.tplot add title and axes labels" border="0">
+</a><br>
+<i>Figure: Add title and labels to a time series plot</i>
+</div>
+
+To export the time series data to a text file (date and data values), type a
+name for the file and click <em>Draw</em> again. Optionally, set the 
+check-box to print headers, as well.
+
+<div align="center" style="margin: 10px">
+<a href="g_gui_tplot_export_csv.png">
+<img src="g_gui_tplot_export_csv.png" width="600" height="481" alt="g.gui.tplot export time series as csv file" border="0">
+</a><br>
+<i>Figure: Export time series values to a text file</i>
+</div>
+
 <h2>NOTES</h2>
 
 <em>g.gui.tplot</em> requires the Python plotting library 

Added: grass/trunk/gui/wxpython/tplot/g_gui_tplot_export_csv.png
===================================================================
(Binary files differ)

Index: grass/trunk/gui/wxpython/tplot/g_gui_tplot_export_csv.png
===================================================================
--- grass/trunk/gui/wxpython/tplot/g_gui_tplot_export_csv.png	2018-03-24 11:36:15 UTC (rev 72554)
+++ grass/trunk/gui/wxpython/tplot/g_gui_tplot_export_csv.png	2018-03-24 15:30:00 UTC (rev 72555)

Property changes on: grass/trunk/gui/wxpython/tplot/g_gui_tplot_export_csv.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Added: grass/trunk/gui/wxpython/tplot/g_gui_tplot_labels.png
===================================================================
(Binary files differ)

Index: grass/trunk/gui/wxpython/tplot/g_gui_tplot_labels.png
===================================================================
--- grass/trunk/gui/wxpython/tplot/g_gui_tplot_labels.png	2018-03-24 11:36:15 UTC (rev 72554)
+++ grass/trunk/gui/wxpython/tplot/g_gui_tplot_labels.png	2018-03-24 15:30:00 UTC (rev 72555)

Property changes on: grass/trunk/gui/wxpython/tplot/g_gui_tplot_labels.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property


More information about the grass-commit mailing list