Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
reporting
Commits
0c596e85
Commit
0c596e85
authored
Jun 09, 2014
by
Houtan Bastani
Browse files
reporting: align graphs based on axis not axis labels
parent
6380a8fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
@report/write.m
View file @
0c596e85
...
...
@@ -69,12 +69,13 @@ fprintf(fid, '\\renewcommand{\\textfraction}{0.05}\n');
fprintf
(
fid
,
'\\renewcommand{\\topfraction}{0.8}\n'
);
fprintf
(
fid
,
'\\renewcommand{\\bottomfraction}{0.8}\n'
);
fprintf
(
fid
,
'\\setlength{\\parindent}{0in}\n'
);
fprintf
(
fid
,
'\\setlength{\\tabcolsep}{1em}\n'
);
fprintf
(
fid
,
'\\newlength\\sectionheight\n'
);
fprintf
(
fid
,
'\\begin{document}\n'
);
fprintf
(
fid
,
'\\pgfdeclarelayer{background0}\n'
);
fprintf
(
fid
,
'\\pgfdeclarelayer{background1}\n'
);
fprintf
(
fid
,
'\\pgfsetlayers{background0,background1,main}\n'
);
fprintf
(
fid
,
'\\pgfplotsset{tick scale binop={\\times}}\n'
);
fprintf
(
fid
,
'\\pgfplotsset{tick scale binop={\\times}
,\ntrim axis left
}\n'
);
fprintf
(
fid
,
'\\centering\n'
);
nps
=
length
(
o
.
pages
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment