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

plot.bootstrapfit errorband fails if ylim is decreasing #317

Open
christianegross opened this issue Feb 22, 2024 · 0 comments
Open

plot.bootstrapfit errorband fails if ylim is decreasing #317

christianegross opened this issue Feb 22, 2024 · 0 comments

Comments

@christianegross
Copy link

In plot.bootstrapfit, the plotting of the errorband is not done properly if the "upper" ylimit is smaller than the "lower" ylimit.
If we want to change this, we need to change the consistency checks on the errorband to account for two possible cases, ylim[1] < ylim[2] (default) and ylim[2] < ylim[1].
I do not know if we need this, but it is nice to be aware of this when not seeing an errorband.

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

No branches or pull requests

1 participant