Quansight / lsst_dashboard

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

(Bokeh) reset button does not reset datapoints selection #116

Open chbrandt opened 4 years ago

chbrandt commented 4 years ago

In "Detail View", for instance, the user can select a (sub)sample of points for some specific/detailed analysis; the selection will sync the points shown in both plots. When hitting the "reset" button (bokeh reset-tool) the selection is not reset though, only the axis range. This is counter-intuitive -- to me at least; I was expecting also a refreshing on points selection.

To have the original set of points back I have to zoom-out (enough to contain the original dataset area) and then select the whole area.

Below, a sequence of those steps:

brendancol commented 4 years ago

currently resets ranges, but not selected objects