├── LICENSE ├── README.md ├── Violin.m ├── example.png ├── example2.png ├── readme_figures.m ├── test_cases └── testviolinplot.m └── violinplot.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastibe/Violinplot-Matlab/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastibe/Violinplot-Matlab/HEAD/README.md -------------------------------------------------------------------------------- /Violin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastibe/Violinplot-Matlab/HEAD/Violin.m -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastibe/Violinplot-Matlab/HEAD/example.png -------------------------------------------------------------------------------- /example2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastibe/Violinplot-Matlab/HEAD/example2.png -------------------------------------------------------------------------------- /readme_figures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastibe/Violinplot-Matlab/HEAD/readme_figures.m -------------------------------------------------------------------------------- /test_cases/testviolinplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastibe/Violinplot-Matlab/HEAD/test_cases/testviolinplot.m -------------------------------------------------------------------------------- /violinplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastibe/Violinplot-Matlab/HEAD/violinplot.m --------------------------------------------------------------------------------