author | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-12-04 14:50:45 (GMT) |
---|---|---|
committer | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-12-04 14:50:45 (GMT) |
commit | e32112e3ba496a9b19646886de1c13a1dc387f23 (patch) (unidiff) | |
tree | 0a47bbcb7b0266fd9c7846849d87fb96cd83f84d | |
parent | fef845dca9a00752c735790939dbcf73e7c0c15c (diff) | |
download | exp005-e32112e3ba496a9b19646886de1c13a1dc387f23.zip exp005-e32112e3ba496a9b19646886de1c13a1dc387f23.tar.gz exp005-e32112e3ba496a9b19646886de1c13a1dc387f23.tar.bz2 |
Added documentation for keyboard toggle of the display of the datarose.
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -15,11 +15,15 @@ used to highlight the selection. | |||
15 | 15 | ||
16 | r: Reset the display (unzoom). | 16 | r: Reset the display (unzoom). |
17 | 17 | ||
18 | l: Toggle display of the legend (on by default). | ||
19 | |||
20 | Mouse-wheel: scroll to zoom in or out by 10% of the window size with | 18 | Mouse-wheel: scroll to zoom in or out by 10% of the window size with |
21 | the focus at the center of the window. | 19 | the focus at the center of the window. |
22 | 20 | ||
21 | Visible Geometry: | ||
22 | |||
23 | l: Toggle display of the legend (on by default). | ||
24 | |||
25 | d: Toggle display of the datarose (off by default). | ||
26 | |||
23 | An attempt was made to use the glutPassiveMotionFunc to show the | 27 | An attempt was made to use the glutPassiveMotionFunc to show the |
24 | information for the data under the mouse pointer. This proved to be | 28 | information for the data under the mouse pointer. This proved to be |
25 | too slow so the use of this technique was discarded. The basic | 29 | too slow so the use of this technique was discarded. The basic |