Skip to content

plot.bootstrapfit errorband fails if ylim is decreasing #317

Description

@christianegross

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions