Violin Plot
This is a way of plotting numerical data which is a combination of box plot and kernel density plot. Like a box plot, this too shows the median (indicated by a white dot), the interquartile range (indicated by the broad black bar running along the plot), the minimum/ maximum (indicated by the thin black line running along the plot) and the outliers.
However, on top of the above summary statistics, the violin plot also shows the data distribution which is especially preferred if the data has multiple modes (reference to the shape of violin). This allows us to see the distribution of the data and especially useful if we want to compare multiple groups.
In the above diagram, the violin plot has 2 wide sections showing that majority data points are grouped around that value. So for example if we want to study the grades obtained by students where there are generally multiple groups or modes (say Grades A and C), the violin plot is better to visualize and compare the data. Another example is if we want to compare heights of people across countries, then again, the violin plot is better. For plot of each country, we would typically observe 2 peaks (for males and females)