-
Notifications
You must be signed in to change notification settings - Fork 4
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
Linking with static plot seems to have some errors #117
Comments
Oh, I'm sure you're right. I kept thinking going back and forth on whether it was correct or not.What about automatically colouring the selection with the current colour? This would then make it clear what is selected or not, and allow the alpha transparency to stay as it is. |
The problem with applying the current brush colour immediately is if some brushing / selection has already been done, the same issue will crop up again. I think having the selection highlighted with some colour could work, but it should work separately from the brush and be cleared when the selection is cleared. There would still be some risk of the highlight colour clashing with a brush colour, but this shouldn't be much of an issue. Alternatively, the highlighted points could be given a red border or something. Maybe a red and white border in case the points have already been brushed red. I'm not sure what these would take to implement, but I might have time to look in to it in a few weeks. |
When linking between a static plot and the tour, using code from your upcoming paper, the points that have been brushed don't necessarily match the corresponding points in the tour view.
See that brushing the small cluster, shows as this cluster and the smile in the tour view. Is there a problem linking the row to row?
Here is the code to reproduce the problem.
The text was updated successfully, but these errors were encountered: