BiAPoL / napari-clusters-plotter

A napari plugin for clustering objects according to their properties.
BSD 3-Clause "New" or "Revised" License
78 stars 10 forks source link

Selection is reset in measurements-list #114

Closed haesleinhuepf closed 1 year ago

haesleinhuepf commented 2 years ago

In the clustering widget (and potentially also other places), the selection in the measurements-list is reset and that's hard to see for the user.

To reproduce:

After clustering, all measurments will be selected. If the user wants to also use HDBSCAN, they first have to select UMAP0 and UMAP1 again - and that's not obvious.

Potential solution: When updating the measurements-list, keep the selection.

Cryaaa commented 2 years ago

@haesleinhuepf thanks for bringing that to our attention. I have also noticed that this behaviour is quite annoying and I'll look into it!