Skip to content
Snippets Groups Projects
Verified Commit f62d76cb authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'shock_decomp' of git.dynare.org:JohannesPfeifer/dynare

Ref. !2211
parents 56410be9 07d859d0
Branches
No related tags found
No related merge requests found
...@@ -144,7 +144,8 @@ for j=1:nvar ...@@ -144,7 +144,8 @@ for j=1:nvar
continue continue
end end
fhandle = dyn_figure(options_.plot_shock_decomp.nodisplay,'Name',[preamble_txt fig_name_long strrep(fig_mode1, '_', ' ') ': ' endo_names{i_var(j)} '.'], 'PaperPositionMode', 'auto','PaperOrientation','landscape','renderermode','auto'); fhandle = dyn_figure(options_.plot_shock_decomp.nodisplay,'Name',[preamble_txt fig_name_long strrep(fig_mode1, '_', ' ') ': ' endo_names{i_var(j)} '.'], 'PaperPositionMode', 'auto','PaperOrientation','landscape','renderermode','auto');
set(fhandle,'position' ,[50 50 1500 750]) screensize = get( groot, 'Screensize' );
set(fhandle,'OuterPosition' ,[50 50 min(1500,screensize(3)-50) min(750,screensize(4)-50)])
ax=axes('Position',[0.1 0.1 0.6 0.8],'box','on'); ax=axes('Position',[0.1 0.1 0.6 0.8],'box','on');
% plot(ax,x(2:end),z1(end,:),'k-','LineWidth',2) % plot(ax,x(2:end),z1(end,:),'k-','LineWidth',2)
% axis(ax,[xmin xmax ymin ymax]); % axis(ax,[xmin xmax ymin ymax]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment