Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: SUIT
-
Labels:None
-
Story Points:6
-
Sprint:SUIT Sprint 2016-8
-
Team:Science User Interface
Description
implement the items listed here:
- min/max options are now gone after migration, need to be added.
- Use the expression for X, Y column as the default label, otherwise the read out could be confusing.
- label changes for decimation: X-Bins and Y-Bins: Number of X-Bins, Number of Y-Bins
- shrink the size (to 1/5?) of the blue dots for data representation. I do like the circle when the point is highlighted.
- The units on the plot are indicated with a comma, e.g. “dec, deg”, should be "dec (deg)" as before
Need to confirm again (Emmanuel Joliet)
Making a change to the plot (e.g. ra = ra * -1), then clicking on the gears to close makes the shading legend disappear. It also “quantizes” the plot(not any more)- What happens now is the plot appears without legend after a search. Then making a change to the plot (e.g. ra = ra * -1 or filtering the table), then applying makes the legend appears/disappears. Expanding the table and collapsing it, make the legend disappears.
- Step to reproduce: Catalog search on 2MASS around m16 with 10' radius.
- Greyscale introduced, where different colors represent different numbers of points. After filtering, the points change color to blue. (This is because the it is not decimated any more)
Clicking on plot gears makes plot unusably small.(Not applicable any more since gear now brings up the options in popup)
copied from the branch comment:
Added min/max options for plot boundaries
Label changes for decimation: X-Bins and Y-Bins: Number of X-Bins, Number of Y-Bins
Reduced marker radius to 3px, highlight to 4px
The units on the plot are in braces: ex. "dec (deg)"
Updated PointerPopup so that error message on min/max fields appears within windows boundaries.
(The precision issue is not yet fixed, it's the subject of
DM-6920)