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
74825a17
Commit
74825a17
authored
Jul 08, 2014
by
Houtan Bastani
Browse files
reporting: modify depricated method of changing font (thanks to Dirk Muir for the solution)
parent
7e5fd242
Changes
1
Hide whitespace changes
Inline
Side-by-side
@graph/writeGraphFile.m
View file @
74825a17
...
...
@@ -196,7 +196,7 @@ end
fprintf
(
fid
,
']\n'
);
if
~
isempty
(
o
.
title
{
1
})
fprintf
(
fid
,
'\\
tikzstyle
{every axis title}=[font=\\%s]\n'
,
o
.
titleFontSize
);
fprintf
(
fid
,
'\\
pgfplotsset
{every axis title
/.append style={}
}=[font=\\%s]\n'
,
o
.
titleFontSize
);
end
if
~
isempty
(
o
.
shade
)
...
...
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