Skip to content

Conversation

@TaniaRocks
Copy link

Fixes #13474

What does this implement/fix?

This PR introduces an initial styling change for masked sensor labels in topomap plots.
Masked labels now use a distinct visual style (bold) so they can be easily
distinguished from unmasked labels.

This follows the discussion suggesting that masked sensors should not look identical
to normal ones. A simple default style is implemented first, and additional styling
options (e.g. font properties dict) can be added in later PRs based on further
design discussion.

Additional information

At this stage, only minimal changes were made: the relevant text drawing
call applies a bold font weight when a sensor is masked.

This keeps the PR focused and beginner friendly. Future PRs may explore
exposing a mask_label_style parameter or creating mockups for alternative
styles as mentioned in the issue discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

topomap mask should style sensor labels differently

1 participant