g.gui.tplot.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!-- meta page description: wxGUI Temporal Plot Tool -->
  2. <!-- meta page index: topic_gui|GUI -->
  3. <h2>DESCRIPTION</h2>
  4. The <b>Temporal Plot Tool</b> is a <em><a href="wxGUI.html">wxGUI</a></em> component
  5. which allows the user to see in a plot the values of one or more temporal datasets (strds, stvds,
  6. str3ds) for a queried point defined by a coordinate pair.
  7. <p>
  8. Supported features:
  9. <ul>
  10. <li>temporal datasets with interval/point and absolute/relative time,</li>
  11. <li>2D plots,</li>
  12. <!-- <li>3D plots - spatio-temporal extent (matplotlib &gt;= 1.0.0)</li> -->
  13. <li>pop-up annotations with values information,</li>
  14. <li>automatic output to query several point.</li>
  15. </ul>
  16. <center>
  17. <img src="tplot.png" border="1" alt="Temporal Plot Tool">
  18. </center>
  19. <h2>NOTES</h2>
  20. <em>g.gui.tplot</em> requires the Python plotting library
  21. <a href="http://matplotlib.org/">Matplotlib</a>.
  22. <h2>SEE ALSO</h2>
  23. <em>
  24. <a href="temporal.html">Temporal data processing</a><br>
  25. <a href="wxGUI.html">wxGUI</a><br>
  26. <a href="wxGUI.components.html">wxGUI components</a>
  27. </em>
  28. <h2>AUTHOR</h2>
  29. Luca Delucchi,
  30. <a href="http://www.gis.cri.fmach.it">Fondazione Edmund Mach</a>, Italy
  31. <p>
  32. <i>$Date$</i>