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

Add support for borders for scatter layers #114

Merged
merged 5 commits into from
Jan 6, 2025

Conversation

Carifio24
Copy link
Member

This PR adds support for borders for scatter layers. Via the layer state, one can adjust whether to show borders, what border color to use, and what the border size should be.

In order to keep things from becoming too complicated, this doesn't allow using a colormap for the borders. However, there might be a case where a user wants to display unfilled circles with the layer colormapping for the borders. In order to allow this, this adds a border_color_match_layer flag in the layer state - when this is set to true, the border color is ignored and the layer coloring (fixed or colormap) is used instead.

@Carifio24 Carifio24 added enhancement New feature or request viewers labels Jan 6, 2025
@Carifio24 Carifio24 merged commit bf85be6 into glue-viz:main Jan 6, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request viewers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant