change graph names in canned report

remove-priordens
Houtan Bastani 2015-07-02 10:12:32 +02:00
parent b15cfd1404
commit ce891a5e3d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function make_report_irfs(M, oo)
strtrim(M.exo_names(i,:))]);
if any(idx)
r = r.addGraph('data', dseries(oo.irfs.(fields{idx})'), ...
'title', strrep(fields{idx}, '_', '\_'), ...
'title', strrep(M.endo_names(j,:), '_', '\_'), ...
'titleFormat', '\Huge', ...
'showGrid', false, ...
'yTickLabelZeroFill', false, ...