Skip to content
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

KSW/support up to 16 profiles in multiprofile plotting mode #2441

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

kswang1029
Copy link
Collaborator

@kswang1029 kswang1029 commented Nov 28, 2024

Description

Close #2440.

This PR changes the up-to-10 profiles in the spectral multi-profile plotting mode to up-to-16 based on the available colors from blueprintjs.

Checklist

For linked issues (if there are):

  • assignee and label added
  • GitHub Project estimate added

For the pull request:

  • reviewers and assignee added
  • GitHub Project estimate added
  • changelog updated / no changelog update needed
  • unit test added (for functions with no dependenies)
  • API documentation added (for public variables and methods in stores)

For dependencies:

  • e2e test passing / corresponding fix added / new e2e test created
  • protobuf version bumped / no protobuf version bumped needed
  • protobuf updated to the latest dev commit / no protobuf update needed
  • corresponding ICD test fix added (BackendService changed) / no ICD test fix needed (BackendService unchanged)
  • user manual prepared (for large new features)

@kswang1029 kswang1029 changed the title KSW/support up to 16 profiles in multprofile plotting mode KSW/support up to 16 profiles in multiprofile plotting mode Nov 28, 2024
@YuHsuan-Hwang
Copy link
Collaborator

Thanks for spotting the typo!

I found that when plotting multiple regions, the first three colors are skipped and the last two colors black and white are not set successfully.

Pasted Graphic 9

@kswang1029 kswang1029 marked this pull request as draft December 3, 2024 01:07
@kswang1029 kswang1029 marked this pull request as ready for review December 9, 2024 06:30
@kswang1029 kswang1029 marked this pull request as draft December 9, 2024 06:33
@kswang1029 kswang1029 marked this pull request as ready for review December 9, 2024 06:51
@kswang1029
Copy link
Collaborator Author

Thanks for spotting the typo!

I found that when plotting multiple regions, the first three colors are skipped and the last two colors black and white are not set successfully.

Pasted Graphic 9

The missing color box issue is fixed by removing the "white" and "black" colors from the SELECTABLE_COLORS. @YuHsuan-Hwang please have another look. Thanks.

@kswang1029 kswang1029 added awaiting code review For pull requests that require code review awaiting testing For pull requests that require testing labels Dec 9, 2024
@kswang1029 kswang1029 added this to the v5.0-beta milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting code review For pull requests that require code review awaiting testing For pull requests that require testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[spectral profiler] support more than 10 profiles in the multi-profile plotting mode
2 participants