barwebpairs (pair bars within groups and between groups)

版本 1.0.0.0 (2.9 KB) 作者: Joris Lambrecht
Add pairing brackets to a bar plot (e.g. to indicate statically significant differences)
1.6K 次下载
更新时间 2010/5/5

查看许可证

Use 'barweb' function by Bolu Ajiboye (submitted to file exchange on Oct 1 2009) to generate a bar plot with error bars.

Usage: barwebpairs(h, pairsBG, pairsWG)
* h: handle returned by barweb
* pairsBG: between groups pairs: 1 x n cell array (where n is number of subgroups), each cell contains p x 2 matrix with pairings (where p is the number of pairings for the subgroup, may differ in each cell). The bracket will be drawn in color of subgroup
Ex. PairsBG = {[1 2; 1 3; 2 4] , [2 3]}
pairs groups 1->2, 1->3, and 2->4 for subgroup1
and groups 2->3 for subgroup2
* pairsWG: within group pairs: 1 x m cell array (where m is number of groups), each cell contains p x 2 matrix with pairings where p is the number of pairings in the group, may differ in each cell). The bracket will be drawn in black

NOTES:
1. Groups are labeled by group names and clustered together. Subgroups are different colors (according to the colormap).
2. The barweb plot must be the active axis
3. The axes will be adjusted to fit the brackets
4. To only include within group pairings set pairsBG = []
5. Within group brackets are plotted first. Each bracket is plotted at the minimum y-value (above bars and errorbars between the paired subgroups). No two brackets within the same group will be plotted at the same y-value. They will be plotted in the order of the pairing matrix, with row 1 lowest. 6. Between group brackets are plotted second. Each bracket is drawn at the minimum y-value (above any within-group brackets, bars, and errorbars between the paired groups). No two brackets will be plotted at the same y-value; they are plotted in the order of the pairing matrix, with row1 lowest.
7. Use barweb ver 2.3 by Bolu Ajiboye (also on Matlab Central)

引用格式

Joris Lambrecht (2024). barwebpairs (pair bars within groups and between groups) (https://www.mathworks.com/matlabcentral/fileexchange/27494-barwebpairs-pair-bars-within-groups-and-between-groups), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Data Distribution Plots 的更多信息
致谢

参考作品: barweb (BARgraph With Error Bars)

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0