image thumbnail

Violin Plot

version 1.7.0.0 (9.07 KB) by Holger Hoffmann
Violin Plot based on kernel density estimation, using default ksdensity

11.9 k下载

Updated03 Nov 2015

View License

This function creates simple violin plots by estimating the kernel density, using matlabs default ksdensity(). Given a matrix or table with m columns, you will get violins for each of the columns.
Key Features:
a) Specify plotting features as facecolor, edgecolor, etc.
b) Provide data with variable column length as cells if wanted, e.g. Y = [100x1 double] [10x1 double]
c) Plot Violins on the desired x-position

Notes:

1) This function is not perfect. Please modify it as you like.

2) Please do consider the function by Jonas: "Violin Plots for plotting multiple distributions (distributionPlot.m)" which gets you the histograms as shape.

3) Please note: Kernel density is estimated with ksdensity which uses a gaussian kernel by default. Although the bandwidth is optimal according to the rule of thumb, it is however estimated separately for each violin. For publications, etc., please consider that you might need to use the same kernel bandwidths for all data-subsets in order to be able to really compare the distributions.

A beautiful example is given here:
计画p://www.matlabtips.com/beautiful-plots-in-matlab/

Cite As

Holger Hoffmann (2022).Violin Plot(//www.tatmou.com/matlabcentral/fileexchange/45134-violin-plot), MATLAB Central File Exchange. Retrieved.

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!