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)
commitef725eb27006d7506d78fe843abeedc219294c61
treec869f457557e0bf20241a39c11730dc89d4f7f84
parent12034a36f67c179627e9dff4e480531b1571e0da
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