Axes.
violin
(vpstats, positions=None, vert=True, widths=0.5, showmeans=False, showextrema=True, showmedians=False)¶Drawing function for violin plots.
Draw a violin plot for each column of vpstats
. Each filled area
extends to represent the entire data range, with optional lines at the
mean, the median, the minimum, and the maximum.
Parameters: | vpstats : list of dicts
positions : array-like, default = [1, 2, …, n]
vert : bool, default = True.
widths : array-like, default = 0.5
showmeans : bool, default = False
showextrema : bool, default = True
showmedians : bool, default = False
|
---|---|
Returns: | result : dict
|