Add missing legend to plot

Add missing legend to sensitivity plot
time-shift
Johannes Pfeifer 2013-03-16 11:41:03 +01:00
parent e18dc65871
commit 36ea30346c
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ if SampleSize == 1,
for ip=1:nparam,
text(ip,dy(1),name{is(ip)},'rotation',90,'HorizontalAlignment','right','interpreter','none')
end
legend('Moments','Model','LRE model','Location','Best')
title('Sensitivity bars using derivatives (log-scale)')
dyn_saveas(hh,[IdentifDirectoryName '/' M_.fname '_sensitivity_' tittxt1 ],options_);