Stacked bar chart labels

Adds labels to individual bar segments in a stacked bar chart.
101 téléchargements
Mise à jour 22 nov. 2020

Afficher la licence

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.

Citation pour cette source

Timothy Olsen (2024). Stacked bar chart labels (https://www.mathworks.com/matlabcentral/fileexchange/83153-stacked-bar-chart-labels), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2020b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0