Top "Violin-plot" questions

A violin plot is a method of plotting numeric data.

Split violin plot with ggplot2

I'd like to create a split violin density plot using ggplot, like the fourth example on this page of the …

r ggplot2 violin-plot ggproto
Process pandas dataframe into violinplot

I have data I'm reading from an Excel spreadsheet. The data has a number of observations for each of six …

python pandas matplotlib seaborn violin-plot
Changing the color of matplotlib's violin plots

Is there a way to change the color of the violin plots in matplotlib? The default color is this "brownish" …

python matplotlib violin-plot
How to plot two violin plot series on the same graph using seaborn?

Looking at the documentation about violon plots with seaborn, I would like to know how to plot two series of …

python matplotlib seaborn violin-plot