Make trace plots uniquely identified by adding chain number to save names

time-shift
Johannes Pfeifer 2016-07-14 14:47:54 +02:00 committed by Stéphane Adjemian (Hermes)
parent 08d53206a9
commit 1befd3b515
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ if strcmpi(type,'PosteriorDensity')
else
plot_name=get_the_name(column,0,M_,estim_params_,options_);
end
plot_name=[plot_name,'_blck_',num2str(blck)];
dyn_saveas(hh,[M_.fname, filesep, 'graphs', filesep, 'TracePlot_' plot_name],options_)