Extends coloring options for scatterplot (addressing issue #24)#247
Merged
thoellt merged 7 commits intoJul 23, 2026
Merged
Conversation
Contributor
Author
|
I noticed a couple of small UI inconsistencies and bugs I am fixing now. |
removes the homemade ‘_restoringState’ bool in favor of `mv::projects().isOpeningProject()`. Bracing `fromVariantMap` with the class bool would break when `fromVariantMap` encounters errors.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adresses issue #24. Using the updated 2D point renderer (ManiVaultStudio/core#1277) this allows to set two arbitrary data dimensions to be used with 2D colormaps (in addition to the existing embedding layout option) and 3 dimensions to be mapped to RGB, similar to functionality already existing in the image viewer.
Typical use cases should be comparing embeddings or mapping image data to an embedding (see screenshot).
Note: the embedding layout option can be fully reproduced with the new system. I have not removed it at this point, but I believe it could be removed at least from the GUI.
Important: This requires the core update ManiVaultStudio/core#1277 .