12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!-- meta page description: wxGUI Timeline Tool -->
- <!-- meta page index: wxGUI -->
- <h2>DESCRIPTION</h2>
- The <b>Timeline Tool</b> is a <em><a href="wxGUI.html">wxGUI</a></em> component
- which allows the user to compare temporal datasets' extents in a plot.
- It requires python plotting library <a href="http://matplotlib.org/">Matplotlib</a>.
- <p>
- Features:
- <ul>
- <li>supports temporal datasets with interval/point and absolute/relative time</li>
- <li>2D plot - temporal extent</li>
- <li>3D plot - spatio-temporal extent (matplotlib >= 1.0.0)</li>
- <li>pop-up annotations with basic metadata</li>
- </ul>
- <center>
- <br>
- <img src="timeline_2D.jpg" border="1" alt="Timeline Tool screenshot">
- <br>
- </center>
- <h2>SEE ALSO</h2>
- <em>
- <a href="wxGUI.html">wxGUI</a><br>
- <a href="wxGUI.components.html">wxGUI components</a>
- </em>
- <h2>AUTHOR</h2>
- Anna Kratochvilova,
- <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
- <p>
- <i>$Date$</i>
|