Added point-click status notification to gui.panel.plot.
authorW. Trevor King <wking@drexel.edu>
Sat, 7 Aug 2010 14:21:34 +0000 (10:21 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 7 Aug 2010 14:21:34 +0000 (10:21 -0400)
commit8b5377d2cae27f939a3a068fb107ad918d97c845
treec869f457557e0bf20241a39c11730dc89d4f7f84
parentced07e67f6ab146ccfb7c86dc7f58908e9ef567b
Added point-click status notification to gui.panel.plot.

Now clicking on points displays their x/y value as well as the index
of the nearest x point for the various displayed data blocks.

This allowed me to adjust the bounds of the testing WLC fit in
hooke.ui.gui to more appropriate values, but these commands will
eventually be removed once I get through the rough development phase.
hooke/ui/gui/__init__.py
hooke/ui/gui/dialog/selection.py
hooke/ui/gui/panel/plot.py
hooke/ui/gui/statusbar.py