Quansight / lsst_dashboard

LSST Dashboard https://quansight.github.io/lsst_dashboard/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Develop better normalization visit plots OR separate plots into individual metrics. #152

Open dharhas opened 4 years ago

dharhas commented 4 years ago

Currently the visit data is displays normalized medians (or means?) of each selected metric on a common plot at the top of the detail section of the dashboard. Because of variations in the range and variabilities of each metric, displaying multiple metrics washes out the detail on any particular metric making the visualization not very useful.

Option A: Explore better ways to normalize the data to allow visualization on a single plot

Option B: Remove the combined top plot and display an individual visit plot above each metric plot pair.

@timothydmorton will experiment with some normalization ideas for Option A. We will fall back to option B if that doesn't work.