boxplotstack

버전 1.2.0.0 (2.77 KB) 작성자: Laurent S
Displays stacked box plots with labels.
다운로드 수: 354
업데이트 날짜: 2013/5/21

라이선스 보기

Displays stacked box plots and optionally prints a label next to each box plot. The box plots show the first, second and third quartiles. The whiskers extend to the the smallest and largest data that are in range of 1.5x IQR of the first and third quartile, respectively.

Example:

boxplotstack( ...
{5+randn(100,1),2+randn(500,1);2+randn(500,1),5+randn(100,1)}, ...
{'Foo','Bar'}, ...
{'Some text','More text';0.7,0.4} );

인용 양식

Laurent S (2024). boxplotstack (https://www.mathworks.com/matlabcentral/fileexchange/32466-boxplotstack), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Labels and Annotations에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

More accurate boxplots - thanks to Anders F.

1.1.0.0

Fixed label ordering. Improved label positioning. Added new label features such as background color and opacity.

1.0.0.0