Stacked bar chart labels

版本 1.0.0 (2.3 KB) 作者: Timothy Olsen
Adds labels to individual bar segments in a stacked bar chart.
104.0 次下载
更新时间 2020/11/22

查看许可证

Adds labels to each segment of a stacked bar chart. Labels are positioned within the middle of each bar segment (see example in function image).

The first input to the function (sb) is the handle to a stacked bar chart using the function 'bar', e.g. sb = bar([1 1; 2 2; 3 3],[60 40; 70 30; 20 80],'stacked'); . The second input to the function (t) is the text labels for each bar segment. Optional name-value pair arguments include the fontsize for the text labels (fs), the color of the text labels (col), and an option to skip columns in the labeling process (skip) (useful in situations where whole bars/columns are skipped to add spacing between bars on the x-axis).

Extra details and examples are within the function.

Please feel free to get in touch for any improvements, bugs, etc.

引用格式

Timothy Olsen (2024). Stacked bar chart labels (https://www.mathworks.com/matlabcentral/fileexchange/83153-stacked-bar-chart-labels), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2020b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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