statsmodels.graphics.boxplots.violinplot
statsmodels.graphics.boxplots.violinplot(data, ax=None, labels=None, positions=None, side='both', show_boxplot=True, plot_opts={}) [source]
Make a violin plot of each dataset in the data sequence. A violin plot is a boxplot combined with a kernel density estimate of the probability density function per point. Parameters:
data : sequence of ndarrays Data arrays, one array per value in positions. ax : Matplotlib AxesSubplot instance, optional If giv