-
Notifications
You must be signed in to change notification settings - Fork 156
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
Enhancement: redesign cluster match map #2437
Enhancement: redesign cluster match map #2437
Conversation
74b171c
to
6f538cd
Compare
update the logic to filter the common clusters by using selected origin cluster(s)
@lanselin the new build could be found at: https://github.com/lixun910/geoda/actions/runs/5281989704 Let me know any questions or issues. Thanks! There is a screenshot of the redesigned cluster match map Since the value 0 could be used as a cluster identifier, so we use empty values for any non-matched observations instead: |
Hi Luc, @lanselin please find the new build at: https://github.com/lixun910/geoda/actions/runs/5318749030
Before: see the red highlighted results -- we can't simply apply filtering on the target clusters since the number of matched clusters differs from the target clusters. Therefore, we also need to remember the color scheme of the target clusters and apply it on the cluster match map (see the second screenshot) |
Redesign logic:
Redesign Cluster Match Map Setting