I've recently added the ability in the developer version of glue to see the current active subset in the toolbar at the top (https://github.com/glue-viz/glue/pull/1797). For instance, by default at the start of a session, users will see:
In 'vanilla' glue, once a subset is made, the active subset changes to the selection that has just been made:
For now, I've made it so that glue is backward-compatible with cubeviz - if cubeviz is used then the active subset remains 'None' by default unless the user explicitly changes it in the drop-down menu.
This issue is to let you know about the UI change, and also to check whether we still want the cubeviz behavior of always creating new subsets, or whether you would like to switch to the default glue behavior (that once a subset is made, it becomes the active subset, and future selections change the existing subset).
I've recently added the ability in the developer version of glue to see the current active subset in the toolbar at the top (https://github.com/glue-viz/glue/pull/1797). For instance, by default at the start of a session, users will see:
In 'vanilla' glue, once a subset is made, the active subset changes to the selection that has just been made:
For now, I've made it so that glue is backward-compatible with cubeviz - if cubeviz is used then the active subset remains 'None' by default unless the user explicitly changes it in the drop-down menu.
This issue is to let you know about the UI change, and also to check whether we still want the cubeviz behavior of always creating new subsets, or whether you would like to switch to the default glue behavior (that once a subset is made, it becomes the active subset, and future selections change the existing subset).