added note to commented text, as an alternate option, should bugs/problems be reported with line 60

time-shift
Marco Ratto 2017-01-03 19:15:53 +01:00
parent 4ecf1d9f5d
commit ee7611c8ad
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ if any(strcmp('fig',cellstr(DynareOptions.graph_format)))
error('Octave cannot create fig files!')
else
if DynareOptions.nodisplay
% THE FOLLOWING LINES COULD BE USED IF BUGS/PROBLEMS ARE REPORTED USING LINE 60
% set(h,'Units','Normalized')
% mypos=get(h,'Position');
% set(h,'Position',[-1 -1 mypos(3:4)])