g.gui.timeline.html 974 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!-- meta page description: wxGUI Timeline Tool -->
  2. <!-- meta page index: wxGUI -->
  3. <h2>DESCRIPTION</h2>
  4. The <b>Timeline Tool</b> is a <em><a href="wxGUI.html">wxGUI</a></em> component
  5. which allows the user to compare temporal datasets' extents in a plot.
  6. It requires python plotting library <a href="http://matplotlib.org/">Matplotlib</a>.
  7. <p>
  8. Features:
  9. <ul>
  10. <li>supports temporal datasets with interval/point and absolute/relative time</li>
  11. <li>2D plot - temporal extent</li>
  12. <li>3D plot - spatio-temporal extent (matplotlib >= 1.0.0)</li>
  13. <li>pop-up annotations with basic metadata</li>
  14. </ul>
  15. <center>
  16. <br>
  17. <img src="timeline_2D.jpg" border="1" alt="Timeline Tool screenshot">
  18. <br>
  19. </center>
  20. <h2>SEE ALSO</h2>
  21. <em>
  22. <a href="wxGUI.html">wxGUI</a><br>
  23. <a href="wxGUI.components.html">wxGUI components</a>
  24. </em>
  25. <h2>AUTHOR</h2>
  26. Anna Kratochvilova,
  27. <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
  28. <p>
  29. <i>$Date$</i>