Skip to content
Snippets Groups Projects
Verified Commit c5d131b3 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Bug fix.

parent 04b0e8aa
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,7 @@ cc = contribution(:,2:end);
ccneg = cc(:,1:length(vnames)); ccneg(ccneg>=0) = nan;
ccpos = cc(:,1:length(vnames)); ccpos(ccpos<0) = nan;
H = bar(1:ds.nobs, ccneg, 'stacked');
set(gca,'ColorOrderIndex',1);
B = bar(1:ds.nobs, ccpos, 'stacked');
line_ = plot(1:ds.nobs, contribution(:,1), '-r', 'linewidth', 2);
hold off
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment