Closed
Description
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:
In 1.4.2
I can't get the outliers to be shown?
[TAC edited to fix in-line version number]
Metadata
Metadata
Assignees
Labels
No labels