Thanks to visit codestin.com
Credit goes to github.com

Skip to content

boxplot() draws (min, max) whiskers after a zero-IQR input regardless of whis value #3468

Closed
@barusan

Description

@barusan

When pyplot.boxplot() receives a list of lists one of that is zero-IQR as input X, box and whisker plots of subsequent columns of X will have (min, max) whisker regardless of the value of whis.

For example,

X = [data, [0.5], data]     
plt.boxplot(X) # whis = 1.5, flier points should be plotted for the first and third columns of X.

the script like above will draw the following figure.

plt

I suspect this commit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions