-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathBUGS
More file actions
executable file
·112 lines (69 loc) · 3.87 KB
/
BUGS
File metadata and controls
executable file
·112 lines (69 loc) · 3.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
1. selected set is random garbage after startup, or after read cfile.
*fixed*
BROKEN AGAIN (when reading files from mnu on OSX)!!!!
2. color selection from master tab pops up nplots separate color dialogs!
*fixed*
3. selectin -nothing- as x or y axis causes core dump.
*fixed*
4. selecting "sum vs. diff" from master tab causes core dump.
*fixed* (disabled, actually)
5. plots are not redrawn after "read data" (seem to work on linux...)
*fixed ???*
6. when a window is spinning, selecting points in any previous (smaller index) window does not work.
7. When clicking on tab, coresponding plot window should be raised (not globally).
8. selected set still garbage on startup.
*fixed* (see note to Paul at end of main() )
9. help files not in mac & linux releases (?)
*fixed*
10. mac releases way out of date.
*fixed*
11. reset view button sometimes fails
12. file with bad data on every line should abort after reading n<1000 lines
*fixed*
13. web site does not mention scatterplots, linked scatterplots, histograms, openGL, or "creon levit". It should mention these things before we (re)submit it to google. see http://trotsky.arc.nasa.gov/wacowiki/index.php/Viewpoints
*fixed*
14. web site title/tag should be "viewpoints - interactive linked scatterplots and more". Not "hyperwall for the masses". see http://trotsky.arc.nasa.gov/wacowiki/index.php/Viewpoints
*fixed*
14. Windows version seems to install executable deep in a folder (from whence it must be removed). This may have been my installation error.
*fixed*
15. selected portion of histogram gets redrawn incorrectly when "invert selection" is called.
*fixed* (?)
16. x-axis normalizaitions log10, threesigma, and squash(?) seem to be broken. y axis is fine.
*fixed*
17. --borderless option (at least on OSX) causes plot windows to ignore keyboard events (but not mouse events!)
18. plots are not redrawn after global "unselected color" is changed.
*fixed*
19. selection color is not settable globally (this is deliberate, but should be fixed)
20. Code is not formatted consistently.
1) Consider using gnu standard coding style, or fltk standard coding style?
2) No tabs allowed - only spaces.
21. "invert selection" twice does not correctly restore slections in multiple colors
*fixed*
22. aborts on all OSs should produce backtraces? (they do on OSX)
23. adding a row or column screws up selection colors, and they cant be fixed even by clearing the selection.
*fixed*
24. powerpc mac release still out of date.
*fixed*
25. iconifying or minimizing the control panel should iconify/minimize all plot windows.
26. a plot's selected set should be cleared when focus returns to a plot window and a new selection is started (if "add to selection") not enabled.
27. each plot should start off with a separate selection color? (at least for the first few plots where we make selections).
28. when ranking, (optionally) jitter equally ranked values. Or (optionally) give them the same rank (latter is fixed)
29. 3D rotation screws up selection boxes. need 3d screen-to-world.
30. UI is haphazard.
31. key equivalents do not work when focus is in control panel.
32. histograms and axis and labels should move with 3d rotations.
33. 3D rocking mode.
24. npoints slider should be integer
*fixed* (removed npoints)
25. Kill selection crashes on mac
*fixed*
26. selection box and numbers should be visibile on white
*fixed*
28. Everybody wants "write (selction to) ascii file" functionality.
*fixed*
29. last window needs a refresh after (global) change_axes. May more of them do, too.
*fixed*
30. deleting plot windows does not free their memory.
31. Select "histogram" on an axis, select "marginal", select the "N bins" input box
using the mouse, delete any value in the input box using backspace, then type
"12". Program crashes always reliably.