sbailey / surveyqa

DESI Survey QA Dashboard
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Color coding of nightly skypathplots #29

Closed sbailey closed 5 years ago

sbailey commented 5 years ago

Now that PR #22 fixed the ordering of the skypathplots, the order of observations is more clear and the color coding for ordering may not be needed. It is still hard to tell the dark vs. gray vs. bright point shapes, so let's try using colors for that instead.

i.e. let's make a branch and experiment with color coding the skypathplot points by dark/gray/bright. Still connect them by a line, and consider drawing an extra circle or something around the first or last (not both) exposure of the night.

rdoshi99 commented 5 years ago

A circle around the first exposure of the night clashes against the shape-coding of the different programs (Dark=hex, Gray=square, Bright=triangle)

Possible solutions might be

Attached is a screenshot below of what the color-coding and shape-coding together with asterisk of the first exposure looks like. T he color-coding matches the darks=red/grays=blue/brights=green scheme of the summary page, but it seems to render the shape-coding unnecessary. Also, the current color for the first exposure is gold, because that is visible against blue, red, and green, but this can of course easily be changed for a better option.

image

sbailey commented 5 years ago

Color coding while dropping the shape coding is fine. Consider making the points smaller so that they don't overlap as much. Overlapping with the star seems to work. Thanks for including the picture in the issue comment, that makes it much easier to understand the issues being discussed.

sbailey commented 5 years ago

Implemented in PR #38; closing this issue.