add nograph option to plot_shock_decomposition

In updating the preprocessor, also update call to plot_icforecast
time-shift
Houtan Bastani 2019-11-29 15:12:32 +01:00
parent 14384c233f
commit f2205ed4a1
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
3 changed files with 7 additions and 2 deletions

View File

@ -7246,6 +7246,10 @@ Shock Decomposition
See :opt:`nodisplay`.
.. option:: nograph
See :opt:`nograph`.
.. option:: graph_format = FORMAT
graph_format = ( FORMAT, FORMAT... )

View File

@ -12,7 +12,7 @@ function options_ = default_option_values(M_)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2018 Dynare Team
% Copyright (C) 2018-2019 Dynare Team
%
% This file is part of Dynare.
%
@ -131,6 +131,7 @@ options_.nodisplay = false;
options_.nograph = false;
options_.no_graph.posterior = false;
options_.no_graph.shock_decomposition = false;
options_.no_graph.plot_shock_decomposition = false;
options_.XTick = [];
options_.XTickLabel = [];
options_.console_mode = false;

@ -1 +1 @@
Subproject commit 45383a9cc2b80e1a98e9c080f034c94dd41ae920
Subproject commit de3de1524995f4a0f27f4e694a82c75b5d24dbc3