123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!-- meta page description: wxGUI Temporal Plot Tool -->
- <!-- 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.
- <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>
- </ul>
- <center>
- <img src="tplot.png" border="1" alt="Temporal Plot Tool">
- </center>
- <h2>NOTES</h2>
- <em>g.gui.tplot</em> requires the Python plotting library
- <a href="http://matplotlib.org/">Matplotlib</a>.
- <h2>SEE ALSO</h2>
- <em>
- <a href="temporal.html">Temporal data processing</a><br>
- <a href="wxGUI.html">wxGUI</a><br>
- <a href="wxGUI.components.html">wxGUI components</a>
- </em>
- <h2>AUTHOR</h2>
- Luca Delucchi,
- <a href="http://www.gis.cri.fmach.it">Fondazione Edmund Mach</a>, Italy
- <p>
- <i>$Date$</i>
|