-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meta layer navigation widget? #331
Comments
Hi @jo-mueller , any benefit of this belonging here and not in napari-clusters-plotter? |
Errrr.....I may have accidentally created this widget in the wrong project. Oops! |
Uhh, issue transferring, cool! hehe alright then! |
@jo-mueller Also great work on all of the plotter updates, trying it for the first time was really cool! Also I don't really know where we can have a general discussion about the new updates that you are implementing since there is nowhere to add a discussion in the project tab? |
@Cryaaa thanks for the feedback! Layer navigation is definitely something to think about in depth 🤔 For better interaction: We could, for instance, add the selected clusters to the features of the selected layers so that when a different layer is selected and the previous layer selected again, the already drawn clusters would be "remembered". If you'd then select a single cluster layer out of the previous multi-layer selection, you'd see exactly your previously selected points. Expanding the plotter widget with relevant functionality for the arrangement/management of multiple layers is actually a cool idea. I was originally leaning towards a separate widget, but we could still write it as one and then show/unshow it in the clusters plotter widget whenever multiple layers are selected. The catch here is really the arrangement: Unfortunately, simply using the gallery view doesn't work in every usecase. For an image with a labels layer on top, using the gallery view would put them side by side instead of leaving them on top of each other :/ That's why, in the example sample data, I use the Anyway, just my two cents. I'm off to parental leaving again :) |
I like that idea a lot and with the new way of defining clusters by selecting the identity, the user can avoid overwriting other clusters if you make changes to only one layer.
Completely agree with this, once we have a single widget we can then think about where we add or show it.
I see, that would be more difficult to solve I guess, do you know if there is any interest in having a gallery view, by layer type functionality in napari, or having some kind of subgrouping for the gallery view? but yeah solving that problem ourselves would be a bit finicky but maybe worth it to investigate high throughput data.
Enjoy your time off with your kid! :) |
When the clusters plotter supports cross-layer clustering functionalities, we should provide users with a small widget that helps to navigate layers, especially if there are many of them. Such a widget could offer the following functioanlity:
Labels
/Surface
/etc layers, for instance)The text was updated successfully, but these errors were encountered: