boxplotstack

版本 1.2.0.0 (2.8 KB) 作者: Laurent S
Displays stacked box plots with labels.
353.0 次下载
更新时间 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