https://github.com/bastibe/Violinplot-Matlab
Revision 83e8cebb15e2a4808c455d707f3252ae9ccfb090 authored by mikelgg93 on 17 May 2022, 13:23:18 UTC, committed by mikelgg93 on 17 May 2022, 13:23:18 UTC
Removed the boolean parameter 'scpltBool' and 'barpltBool' in favour of 'DataStyles.

HalfViolin     - Whether to do a half violin(left, right side) or full. Defaults to full.
QuartileStyle  - Option on how to display quartiles, with a boxplot, shadow or none. Defaults to boxplot.
DataStyle      - Defines the style to show the data points. Opts: 'scatter', 'histogram' or 'none'. Default is 'scatter'.

	modified:   Violin.m
	modified:   test_cases/testviolinplot.m
1 parent d890891
History
Tip revision: 83e8cebb15e2a4808c455d707f3252ae9ccfb090 authored by mikelgg93 on 17 May 2022, 13:23:18 UTC
As requested, the parameters names have been changed, a small clean up was also performed.
Tip revision: 83e8ceb
File Mode Size
test_cases
README.md -rw-r--r-- 1.5 KB
Violin.m -rw-r--r-- 30.6 KB
example.png -rw-r--r-- 88.1 KB
violinplot.m -rw-r--r-- 7.2 KB

README.md

back to top