Bar chart samples are shuffled
古いコメントを表示
Hi,
I want to create a stacked bar chart that is ordered according to total values; however, no matter what I do it seems that dispite the values matrix for the bar chart, the stacks are shuffled around regardless the order of values in the matrix:
here is the ordered values matrix according to total values - each row represents a sample and contains two observations:
8.89817512249006 10.6114775114530
8.97084136825914 10.6925827879448
9.48697169408196 10.9541916851987
9.68518825475912 10.8490244459713
10.0674964213323 11.5608323808692
The categorical variable:
X = {'Pristine' 'Ne' 'He' 'Ar' 'Kr'};
b = bar(X,vals,'stacked');
and the result attached - like the rows and X are mixed.

Really don't know what's going on.
Thanks!
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Bar Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
