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

Skip to content

Boxplot outliers in 1.4.2 #3796

Closed
Closed
@iiSeymour

Description

@iiSeymour

In to matplotlib 1.3.x the following code:

import seaborn as sns
import pandas as pd
import numpy as np

x = pd.DataFrame(np.random.lognormal(size=(100, 6)), columns=list("abcdef"))
x.boxplot(sym="k.")

Produces:

outliers

In 1.4.2 I can't get the outliers to be shown?

no outliers

[TAC edited to fix in-line version number]

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