Skip to content
Snippets Groups Projects
Verified Commit 991b06c3 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix test: graphics were overflowing to the next page

parent 862ed16c
No related branches found
No related tags found
No related merge requests found
Pipeline #1680 passed
...@@ -150,7 +150,7 @@ rep = CommResidTablePage(rep, db_q, dc_q, trange, dates('2012q2')); ...@@ -150,7 +150,7 @@ rep = CommResidTablePage(rep, db_q, dc_q, trange, dates('2012q2'));
%Page 24 %Page 24
rep.addPage('title', 'Jan1 vs Jan2', ... rep.addPage('title', 'Jan1 vs Jan2', ...
'titleFormat', '\large\bfseries'); 'titleFormat', '\large\bfseries');
rep.addSection(); rep.addSection('height', '0.475\textheight');
rep.addGraph('title', {'World Real Oil Price Index','SUBTITLE'}, ... rep.addGraph('title', {'World Real Oil Price Index','SUBTITLE'}, ...
'xrange', prange, ... 'xrange', prange, ...
...@@ -176,7 +176,6 @@ rep.addSeries('data', db_q{'LRPOIL_BAR_WORLD'}, ... ...@@ -176,7 +176,6 @@ rep.addSeries('data', db_q{'LRPOIL_BAR_WORLD'}, ...
'graphLineStyle', 'solid', ... 'graphLineStyle', 'solid', ...
'graphLineWidth', 1.5); 'graphLineWidth', 1.5);
rep.addGraph('title', 'World Real Food Price Index', ... rep.addGraph('title', 'World Real Food Price Index', ...
'xrange', prange, ... 'xrange', prange, ...
'shade', srange, ... 'shade', srange, ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment