How can I make two axes on a clustered stack bar chart?
Mostra commenti meno recenti
I have made a clustered stack bar chart using Plot Groups of Stacked Bars by Evan on file exchange: http://www.mathworks.co.uk/matlabcentral/fileexchange/32884-plot-groups-of-stacked-bars/content/plotBarStackGroups.m
My data is in a 25x3x2 matrix. I currently have labels for the clusters (the 25 categories), and have used
legend('With', 'Without');
to label the two variables within each bar.
I am missing labels for the individual bars (the 3 bars per cluster). Is there a way to have x labels for both the individual bars and the cluster, like the "A cluster-of-stacked-bars graph" shown on the webpage http://www.burningcutlery.com/derek/bargraph/?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Data Distribution Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!