You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: