You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using the search functionality to filter out points in the plot, but realized that while the points were being filtered, the labels for the clusters were not. Here is an example:
The expected baseline behaviour, to me, would be for these to be filtered out as well. I've fixed this locally in the HTML once the plot has been generated, but if this sort of functionality is desirable, I can take a stab at a branch and submitting a pull request.
Regardless, thanks for the amazing work on the library so far, it's been tremendously helpful in my work!
The text was updated successfully, but these errors were encountered:
Filtering the labels was not the expected default in that retaining them can be useful for providing some reference for where in the space you are looking. I can see the value in filtering them though, and I would definitely be very receptive if you wanted to look at making that an option that could be enabled.
On that front I have been doing quite a bit of work refactoring selection handling (and other things) lately, so if you were interested in implementing such functionality I would suggest holding off for a week or two until I can get the refactored changes merged into main.
I was using the search functionality to filter out points in the plot, but realized that while the points were being filtered, the labels for the clusters were not. Here is an example:
The expected baseline behaviour, to me, would be for these to be filtered out as well. I've fixed this locally in the HTML once the plot has been generated, but if this sort of functionality is desirable, I can take a stab at a branch and submitting a pull request.
Regardless, thanks for the amazing work on the library so far, it's been tremendously helpful in my work!
The text was updated successfully, but these errors were encountered: