implement provisions for options_.no_graph.plot_shock_decomposition

time-shift
Marco Ratto 2019-09-30 18:02:54 +02:00
parent 83f38c9533
commit eb73cf4273
1 changed files with 6 additions and 4 deletions

View File

@ -526,10 +526,12 @@ if options_.plot_shock_decomp.interactive && ~isempty(options_.plot_shock_decomp
options_.plot_shock_decomp.zfull = zfull; options_.plot_shock_decomp.zfull = zfull;
end end
if detail_plot if ~options_.no_graph.plot_shock_decomposition
graph_decomp_detail(z, shock_names, M_.endo_names, i_var, my_initial_date, M_, options_) if detail_plot
else graph_decomp_detail(z, shock_names, M_.endo_names, i_var, my_initial_date, M_, options_);
graph_decomp(z, shock_names, M_.endo_names, i_var, my_initial_date, M_, options_); else
graph_decomp(z, shock_names, M_.endo_names, i_var, my_initial_date, M_, options_);
end
end end
if write_xls if write_xls