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

Set band-edge marker size in style file #193

Merged
merged 1 commit into from
May 10, 2023
Merged

Set band-edge marker size in style file #193

merged 1 commit into from
May 10, 2023

Conversation

ajjackson
Copy link
Member

Raised in #192 ; how can users adjust the size of VBM/CBM markers? This is currently hard-coded but does not need to be.

The CBM/VBM edge markers are plotted with scatter, which has a default marker size of s = rcParams['lines.markersize'] ** 2.

Our hard-coded s=100 is rather chunky, so by replacing this with an equivalent value in the style file we allow users to customize it.

Default value of s = rcParams['lines.markersize'] ** 2.

Our hard-coded s=100 is rather chunky, so by replacing this with an
equivalent value in the style file we allow users to customize it.
@ajjackson ajjackson added the enhancement New feature or request label Dec 12, 2022
@ajjackson ajjackson requested a review from utf December 12, 2022 09:41
@utf
Copy link
Member

utf commented May 10, 2023

Missed this before. Thanks @ajjackson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants