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

For error bars, allow asymmetrical bounds as well #5844

Merged
merged 2 commits into from Oct 6, 2021

Conversation

PaulWessel
Copy link
Member

The +a modifier to -E says we read the low and high values, but in fact we expect the two (signed) asymmetrical deviations. This PR adds the complimentary +A modifier that expects to read the lower and upper bounds instead. Simple test error_bars_asymm.sh added to show the two ways give the same plot.

The +a modifer to -E says we read the low and high values, but in fact we expect the two (signed) asymmetrial deviations.  This PR adds the complimentary +A modifer that expects to rad the lwoer and upper bounds instead.
@PaulWessel PaulWessel added the new core module feature PR that implements a new core module feature label Oct 6, 2021
@PaulWessel PaulWessel merged commit 857f55a into master Oct 6, 2021
@PaulWessel PaulWessel deleted the asymm-error-bounds branch October 6, 2021 00:42
@maxrjones maxrjones added the add-changelog Add PR to the changelog label Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-changelog Add PR to the changelog new core module feature PR that implements a new core module feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants